Skip to content
Roberto edited this page Jun 22, 2014 · 14 revisions

Setup

sudo raspi-config

Navigate to "camera", select "enable" then reboot.

Uv4l driver setup

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

Clone this wiki locally