Difference between revisions of "Explorer/RaspberryPi/Visualprocessing"

From PaparazziUAV
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
File recording
gst-launch-1.0 shmsrc socket-path=/tmp/camera1 do-timestamp=true \
  ! h264parse config-interval=1 \
  ! matroskamux \
  ! filesink location=/data/file0.mkv


shmsrc socket-path=/tmp/camera1 do-timestamp=true ! h264parse config-interval=1 ! matroskamux ! filesink location=/data/file0.mkv
 
* [[Explorer/RaspberryPi/Visualprocessing/Opencv]]
 
* [[Explorer/RaspberryPi/Visualprocessing/Opencv/Optimisation]]
 
* [[Explorer/RaspberryPi/Visualprocessing/Motionvector]]
 
* [[Explorer/RaspberryPi/Visualprocessing/Motionvector/Run]]
 
* [[Explorer/RaspberryPi/Visualprocessing/IMU]]

Latest revision as of 06:36, 29 September 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