Sep 14, 2015

[ Raspberry Pi2 ] OpenCV using Picam 1


I retry OpenCV using Raspberry.

Because many parts changed.

OS : Rasbian(2015.02.16)

1. need a update and install of cmake.

1
2
sudo apt-get updatesudo 
apt-get install cmake
cs

2. Download Source code.

1
 git clone git://github.com/raspberrypi/userland
cs


3. Source copy

1
2
sudo mv userland /opt/vc/userland
cd /opt/vc/userland
cs

4. Source cmake (making makefilelist)

1
sudo cmake -DCMAKE_BUILD_TYPE=Release .
cs

5.  make !! (This operation need long time)

1
sudo make
cs


6. install

1
sudo make install
cs


7. run picam
1
2
cd /opt/vc/bin
./raspistill -t 3000
cs

Picam's LED turn on about 3sec.


No comments:

Post a Comment