-
Notifications
You must be signed in to change notification settings - Fork 17
Camera module
Roberto edited this page Jun 22, 2014
·
14 revisions
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
Execute:
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