Answers for "rpi make video stream"

0

rpi make video stream

sudo modprobe bcm2835-v4l2
cvlc v4l2:///dev/video0 --v4l2-width 1920 --v4l2-height 1080 --v4l2-chroma h264 --sout '#standard{access=http,mux=ts,dst=0.0.0.0:12345}'
Posted by: Guest on March-14-2021

Browse Popular Code Answers by Language