added RPi script for streaming camera video

This commit is contained in:
Pavol Debnar
2023-03-05 19:39:04 +01:00
parent 73224b10ec
commit fe9bd62177

1
src/runThisOnRPI.txt Normal file
View File

@ -0,0 +1 @@
gst-launch-1.0 -v v4l2src device=/dev/video0 num-buffers=-1 ! video/x-raw,width=640,height=480, framerate=30/1 ! videoconvert ! jpegenc ! tcpserversink host=192.168.0.144 port=5000