Explorer/RaspberryPi/Visualprocessing/Motionvector/Run

From PaparazziUAV
Revision as of 02:43, 29 June 2020 by Xp31 (talk | contribs)
Jump to navigation Jump to search
rm /tmp/camera*
/home/pi/RaspiCV/build/raspicv -v -w 640 -h 480 -fps 30 -t 0 -o /dev/null -x /dev/null -r /dev/null -rf gray

rm /tmp/camera*;/home/pi/RaspiCV/build/raspicv -t 0 -w 640 -h 480 -fps 30/1 -b 3000000 -g 5 -vf -hf -cd H264 -n -fl -ih -x /dev/null -r /dev/null -rf gray -o -    | gst-launch-1.0 fdsrc    ! h264parse    ! video/x-h264,stream-format=byte-stream ! udpsink host=127.0.0.1 port=5100
gst-rtsp-server-1.14.4/examples/test-launch  "shmsrc socket-path=/tmp/camera3 do-timestamp=true ! video/x-raw, format=I420, width=640, height=480, framerate=30/1 ! omxh264enc ! video/x-h264,profile=high  ! rtph264pay name=pay0 pt=96 config-interval=1" ""

client
gst-launch-1.0 rtspsrc location=rtsp://RASPBERRYPI_IP:8554/test ! rtph264depay ! avdec_h264 ! xvimagesink sync=false


Explorer/RaspberryPi/Visualprocessing