Not able to install openCV on raspberry pi 2 model B (jessie)
Hi all,
I am trying to install openCV 2.4.9 on raspberry pi 2 but facing some error regarding libtiff4-dev image format.
I have tried with 'libtiff5-dev' also but it is not working.
I dont know what the issue is, I installed same openCV in my other micro SD card 3-4 month before that time it worked fine.
I have already install python 2.7.9.
I have tried searching for this error, found few links but not sure if that is correct or not http://unix.stackexchange.com/questio...
but was not able to find a solution, can anyone help me? Tell me what wrong I am doing here or how to proceed from here.
Thanks in advance.
found this link maybe it can help http://raspberrypi.stackexchange.com/...
You have to install
libjpeg-dev
andlibtiff5-dev
.The problem might be that libjpeg-dev installs libjpeg62-turbo-dev, not libjped8-dev.
Anyway, I think it's much easier to manage the packages with Synaptic than by copy-pasting apt-get commands.
N.B. libtbb2 is not available for Raspbian and it's quite complicated to compile it; you have to build OpenCV without it...