fswebcam image.jpg
Open CVChose to install Open CV using http://robertcastle.com/2014/02/installing-opencv-on-a-raspberry-pi/
Ran into a problem - the SD card that comes with the Raspberry pi is only 4 GB, but Linux takes up most of that space so I ran out of space when trying to install. I had to install Raspberry Pi on a 32 GB SD Card. New problem arose, only 4GB was showing. Steve Robillard posted these easy to follow steps to resize the partition on http://raspberrypi.stackexchange.com/questions/499/how-can-i-resize-my-root-partition. Back to the install!
Another issue that cropped up was when I tried to run the cmake command. Turns out it isn't installed by default so I had to run the following:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install cmake So here I am, waiting for OpenCV to finish installing - it is at 18%. |
Robotics >