Difference between revisions of "Explorer/RaspberryPi/Visualprocessing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
File recording | |||
gst-launch-1.0 shmsrc socket-path=/tmp/camera1 do-timestamp=true \ | gst-launch-1.0 shmsrc socket-path=/tmp/camera1 do-timestamp=true \ | ||
! h264parse config-interval=1 \ | ! h264parse config-interval=1 \ | ||
! matroskamux \ | ! matroskamux \ | ||
! filesink location=/data/file0.mkv | ! filesink location=/data/file0.mkv |
Revision as of 02:19, 26 June 2020
File recording
gst-launch-1.0 shmsrc socket-path=/tmp/camera1 do-timestamp=true \ ! h264parse config-interval=1 \ ! matroskamux \ ! filesink location=/data/file0.mkv