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:
sudo wget http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc && sudo apt-key add ./lrkey.asc
Edit the file:
sudo 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:
sudo nano /etc/init.d/uv4l_raspicam.sh
modify the line as follows:
uv4l --driver raspicam --auto-video_nr --encoding yuv420 --nopreview
Reference