Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

java.lang.UnsatisfiedLinkError: Native method not found: org.opencv.highgui.VideoCapture.n_VideoCapture:(I)J

Hii All I am new in openCV ..I followed this link http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html for integrate openCV in my android project.and followed last Hello OpenCV Sample example. But it is giving me java.lang.UnsatisfiedLinkError: Native method not found: org.opencv.highgui.VideoCapture.n_VideoCapture:(I)J error Plz can any one help me why this problem is occurs an how can I solve it...

I just gave reference to openCV library..as mentioned in above link. Should I required to to use JNI part also if yes then how. Thanks.