May 26, 2016

OPENCV RASPBERRY PI2 (JESSIE) 1



I try to OPENCV by JESSIE 

Download JESSIE.



Image writing to SD card using WIN32 Disk Imager.


Try update, upgrade and  install cmake, samba, xrdp.

Download userland.

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

Move 'userland' to another folder.

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

Try to cmake 

1
sudo cmake -DCMAKE_BUILD_TYPE=Release .
cs


And Make.(long time)

1
sudo make
cs

Install

1
sudo make install
cs


Take a picture!!

1
2
cd /opt/vc/bin
./raspistill -3000
cs


If pi-cam is normal turn on pi-cam's LED.



No comments:

Post a Comment