We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo raspi-config
Navigate to "camera", select "enable" then reboot.
Execute:
wget http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc && sudo apt-key add ./lrkey.asc
Edit the file:
nano /etc/apt/sources.list
add the following line:
deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ wheezy main
sudo apt-get update
sudo apt-get install uv4l uv4l-raspicam
sudo apt-get install uv4l-raspicam-extras
edit the file:
nano /etc/init.d/uv4l_raspicam.sh
modify the line as follows:
uv4l --driver raspicam --auto-video_nr --encoding yuv420 --nopreview
Reference