Skip to content

Setting up Raspberry PI

Roberto edited this page Feb 7, 2014 · 14 revisions

First steps

logon and:

sudo apt-get update

sudo apt-get upgrade

Installing the user-mode video driver

Execute:

wget http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc && sudo apt-key add ./lrkey.asc

On File:

/etc/apt/sources.list

add:

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

modify the file:

/etc/init.d/uv4l_raspicam.sh

as follows:

uv4l --driver raspicam --auto-video_nr --encoding yuv420 --nopreview

On file:

~/.bashrc

add:

export LD_PRELOAD=/usr/lib/uv4l/uv4lext/armv6l/libuv4lext.so

Clone this wiki locally