Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV libs on Real Android Device

I've followed the Face-detection sample method and i successfully programmed an object detection app, on emulator. Now, when i try to run it on real device, the moment i click on detection button, it crashes. Logcat says "OpenCv/StaticHelp >> First attempt to load libs failed". I've installed OpenCVManager on my device and even run some samples like puzzle or even face detection.

My question is: Could it be the OpenCV include on Android.mk that is hard-coded like

include /home/xxx/Desktop/OpenCV-2.4.2-android-sdk/sdk/native/jni/OpenCV.mk

What i am missing?