Home:ALL Converter>Installing OpenCV on the Raspberry Pi 2 Model B with the Raspbian OS

Installing OpenCV on the Raspberry Pi 2 Model B with the Raspbian OS

Ask Time:2015-05-03T02:47:03         Author:sjantke

Json Formatter

We are trying to "make" OpenCV work on the Raspberry Pi 2 Model B. We are using this tutorial: Installing OpenCV on a Raspberry Pi

Unfortunately, the process pauses at 30%.

make

There is no error message. The tutorial says, that it takes about 10 hours to "make" it. We could not start the installing process yet.

sudo make install
  • How is it possible, that it takes that long?
  • Is there an "already compiled version" of OpenCV for the Raspberry Pi 2 Model B with the Raspbian operating system?

Author:sjantke,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/30006141/installing-opencv-on-the-raspberry-pi-2-model-b-with-the-raspbian-os
Paulo C :

Using the command suggested by Paul Rooney worked for me on a Raspberry Pi Model B and Raspbian OS.\n\nsudo apt-get install libopencv-dev python-opencv\n",
2015-11-15T04:12:18
yy