Ask Your Question

techvalens's profile - activity

2013-01-29 05:45:03 -0600 commented answer unsatisfiedLinkErro _nVideoCapture in example Native

Thanks Alexander

2013-01-29 05:44:23 -0600 received badge  Supporter (source)
2013-01-29 05:42:44 -0600 asked a question when i run Sample2NativeCamera it givesaborting heap memory corruption in dlmalloc

Hi All when i run Sample2NativeCamera it gives aborting heap memory corruption in dlmalloc error

2013-01-25 05:45:17 -0600 asked a question unsatisfiedLinkErro _nVideoCapture in example Native

Hello All,

I have made a application by use example given on Android development with OpenCV page in Native/C++ but gives error given below.

01-25 16:53:13.588: E/AndroidRuntime(9979): java.lang.UnsatisfiedLinkError: n_VideoCapture
01-25 16:53:13.588: E/AndroidRuntime(9979):     at org.opencv.highgui.VideoCapture.n_VideoCapture(Native Method)
01-25 16:53:13.588: E/AndroidRuntime(9979):     at org.opencv.highgui.VideoCapture.<init>(VideoCapture.java:113)
01-25 16:53:13.588: E/AndroidRuntime(9979):     at com.example.helloworld.HelloOpenCVView.cameraOpen(HelloOpenCVView.java:93)
01-25 16:53:13.588: E/AndroidRuntime(9979):     at com.example.helloworld.MainActivity.onResume(MainActivity.java:70)