Ask Your Question

blackpearl's profile - activity

2012-11-16 12:54:24 -0600 asked a question Not able to get frames from android camera.

Hi, I was trying to run the example given in http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html

I was able to build it and run the apk. But while running, I got the following error: 11-17 00:02:47.649 W/dalvikvm(17483): threadid=1: thread exiting with uncaught exception (group=0x40c391f8) 11-17 00:02:47.656 E/AndroidRuntime(17483): FATAL EXCEPTION: main 11-17 00:02:47.656 E/AndroidRuntime(17483): java.lang.UnsatisfiedLinkError: n_VideoCapture 11-17 00:02:47.656 E/AndroidRuntime(17483): at org.opencv.highgui.VideoCapture.n_VideoCapture(Native Method) 11-17 00:02:47.656 E/AndroidRuntime(17483): at org.opencv.highgui.VideoCapture.<init>(VideoCapture.java:113)

I am using OpenCVLibrary 2.4.3. Thanks.