Skip to content
Chris Schmich edited this page Dec 3, 2017 · 2 revisions

Notes

sudo modprobe bcm2835-v4l2

You can add the line to /etc/modules to get the kernel to insert the module on boot automatically. echo "bcm2835-v4l2" | tee -a /etc/modules

Ensure you can run the command first sudo modprobe bcm2835-v4l2

avconv -f video4linux2 -s 640×360 -r 10 -b 350k -i /dev/video0 -f flv rtmp://some/rtmp_streaming_server/

v4l2-ctl --list-formats

https://sites.google.com/site/how2raspberrypi/streaming-video-with-vlc https://www.reddit.com/r/raspberry_pi/comments/2krkgp/where_is_the_dev_location_of_the_pi_camera_module/ https://sandilands.info/sgordon/live-webca-streaming-using-vlc-command-line

Clone this wiki locally