-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththermalStream.sh
More file actions
executable file
·35 lines (29 loc) · 1.21 KB
/
thermalStream.sh
File metadata and controls
executable file
·35 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sudo /home/pi/mlx90640-library/examples/rawrgb 4 | sudo gst-launch-1.0 fdsrc blocksize=2304 \
! rawvideoparse framerate=4/1 width=32 height=24 use-sink-caps=false \
! videoscale method=0 ! video/x-raw,width=640,height=480,framerate=4/1 \
! omxh264enc\
! h264parse\
! flvmux\
! rtmpsink location= 'rtmp://localhost/thermal live=1'
# ! filesink="testvideo.flv" -e
# ! flvmux \
# ! fakesink
# ! videorate\
#sudo mlx90640-library/examples/rawrgb 8 | sudo gst-launch-1.0 -v fdsrc\
# blocksize=2304 ! queue \
# ! rawvideoparse use-sink-caps=true width=32 height=24 framerate =16/1 format=rgb\
# ! avenc_h264_omx\
# ! fakesink
#! h264parse \
#! flvmux \
#! filesink location="rec_thermal.flv" -e
#! rtmpsink location='rtmp://localhost/thermal live=1'
#gst-launch-1.0 videotestsrc ! tee \
#! video/x-raw,width=480,height=640 \
#! avenc_h264_omx \
#! h264parse ! flvmux ! rtmpsink location='rtmp://localhost/thermal live=1'
#! v4l2h264enc \
#gst-launch-1.0 v4l2src device=/dev/i2c-1 ! filesink="wagabagaboo" -e
#gst-launch-1.0 rpicamsrc bitrate=250000 rotation=270 annotation-mode=date+time\
# ! video/x-h264,width=480,height=640,framerate=30/1,profile=high\
# ! h264parse ! flvmux ! rtmpsink location='rtmp://localhost/live live=1'