Installation of OS: NOOBS
Enable camera module
Run command for first camera test
raspivid -o vid.h264 |
To install OpenCV: "
apt-get install libopencv-dev" |
To capture video from OpenCV, load V4L2 driver
see also http://www.ics.com/blog/raspberry-pi-camera-module
sudo apt-get update sudo apt-get upgrade sudo rpi-update sudo modprobe bcm2835-v4l2 |