This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OpenCv on DM8127

Hi,
i am trying to build opencv libraries and use them in an application for DM8127 camera. I tried to follow instructions found in that document http://processors.wiki.ti.com/index.php/Building_OpenCV_for_ARM_Cortex-A8 but i'm facing some problems. Is that document valid to building OpenCv for DM8127? Has anyone tried to do that?

Anyway, i have downloaded OpenCV 2.4.2 and i have followed such istructions to cross compile it. It seems all ok and i found headers and libraries in my targetfs/usr folder. Now, if i include some opencv header in my application i obtain that compilation error:

target/filesys/usr/include/opencv2/video/background_segm.hpp:48:11: error: expected '=', ',', ';', 'asm' or '_attribute__' before 'cv'

target/filesys/usr/include/opencv2/core/internal.hpp:51:18: fatal error: vector: No such file or directory

it sounds like something is missing. I am using IPNC RDK 3.5 and in kernel includes there isn't any vector header file. Has anyone faced any similar problem?
regards
Andrea