thermalcam_decoder/read_gst.sh

7 lines
211 B
Bash
Raw Normal View History

2024-02-16 00:41:39 +02:00
#!/bin/bash
export GST_DEBUG_DUMP_DOT_DIR=$(pwd)
gst-launch-1.0 filesrc location=output.raw \
! rawvideoparse use_sink_caps=false height=384 width=288 format=gray16-be \
! videoconvertscale \
! autovideosink