I followed instructions found here
http://ashokvarma.me/android/how-to-setup-android-studio-with-opencv-opencv4android/
but I get error "OpenCV/StaticHelper: First attempt to load libs fails".
static {
if (!OpenCVLoader.initDebug())
Log.d("ERROR", "Unable to load OpenCV");
else {
Log.d("SUCCESS", "OpenCV loaded");
}
}
This is the Opencv Code I am using..
The logcat result which i receive is "Unable to load OpenCV"
NOTE: opencv version :3.0.1
Could anyone please help me out of this because i am struggling with this for days.. It would be a great help :).. Thanks in Advance..
↧