OpenCV CARMA Build
Hello,
So I have built OpenCV for the CARMA toolkit using the instructions from :
http://code.opencv.org/projects/opencv/wiki/CARMA_platform_compilation_and_testing
I went and rebuilt and changed up some items that weren't OpenCV related in my development and now 2.4.4 is out. Now that there isn't a CARMA toolchain like before what are the steps for compiling OpenCV for the CARMA devkit?
Thanks
Hello. This page was a bit outdated. I updated it. We removed CARMA toolchain and introduce generic toolchain for ARM architecture.
Thanks Vladislav. I found the scripts in the platform folder and got it to compile nicely but I have another problem. I have a simple application that opens up an opengl window and it works fine on the CARMA board. The moment I add opencv libraries to the project and try to run it I get a std::bad_alloc error at runtime. I didn't add any code or even any OpenCV headers yet. I think one or a couple libraries are allocating too much space for storage for the CARMA devboard? Not my area of expertise so it's just speculation at this point. Any suggestions on a fix? Any help would be appreciated.