Opencv with native android
Can we use opencv in android use ndk
i am trying it from last 15/20 days , it give me running program sometime and sometime show me error's , as i think i configured it right as well , my previous question regarding it is here and here , i am using android 2.4.8
with ndk-8
on 64bit windows
, i also tried opencv 2.4.4
but there is no sample for native is given there
Have you checked face-detection sample: https://github.com/Itseez/opencv/tree/2.4/samples/android/face-detection? It has jni part.
still getting the same error as i mentioned in links , it runs in first time but when i click on
DetectionBasedTracker_jni.cpp
it showing me error onHave you read the items 9 and 10 from http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_dev_intro.html#building-application-native-part-from-eclipse-cdt-builder ?
Yes i did all the steps !! actually problem is my code run on first attempt but when i click on the .cpp file it show me error , then i close the project then i open it then run , it run fine , but when i click on .cpp file it again shown me error's