Quantcast
Viewing all articles
Browse latest Browse all 5495

Camera board • Re: libcamera-hello works but not libcamera-vid

Also, How do I get UDP streaming to work?
I tried the command from https://www.raspberrypi.com/documentati ... rpicam-vid:

MPEG

Code:

SERVER: rpicam-vid -t 0 --inline --libav-format mpegts  -o udp://<CLIENT_IP>:8080CLIENT: vlc udp://@:8080
H264

Code:

SERVER: rpicam-vid -t 0 --inline --libav-format h264-o udp://<CLIENT_IP>:8080CLIENT: vlc udp://@:8080 :demux=h264
But neither worked. I tried adding '?listen=1' but that didn't help

Any idea how to make this work????
And why does RPI's own documentation not work????

Statistics: Posted by puterboy — Thu Jan 25, 2024 4:44 pm



Viewing all articles
Browse latest Browse all 5495

Trending Articles