Note that there are some explanatory texts on larger screens.

plurals
  1. POJavacv UnsatisfiedLinkError in windows 7
    primarykey
    data
    text
    <p>In my project I want to capture image from my webcam.</p> <p>I configured step by step following the instructions from this <a href="http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/opencv-javacv-eclipse-project.html" rel="nofollow">"OpenCV-JavaCV : eclipse project configuration windows 7" blog post</a>.</p> <p>After configuration is finished, i tested samples codes and the application found my webcam</p> <p>SETUP: Setting up device 0</p> <p>SETUP: Namuga 1.3M Webcam</p> <p>SETUP: Couldn't find preview pin using SmartTee</p> <p>SETUP: Capture callback set</p> <p>SETUP: Device is setup and ready to capture.</p> <p>and then i got an error which is .dll error.</p> <p>I use windows 7 x64.</p> <pre><code>Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\javacpp153028723186\jniopencv_core.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(Unknown Source) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at com.googlecode.javacpp.Loader.loadLibrary(Loader.java:418) at com.googlecode.javacpp.Loader.load(Loader.java:368) at com.googlecode.javacpp.Loader.load(Loader.java:315) at com.googlecode.javacv.cpp.opencv_core.&lt;clinit&gt;(opencv_core.java:131) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.googlecode.javacpp.Loader.load(Loader.java:334) at com.googlecode.javacpp.Loader.load(Loader.java:315) at com.googlecode.javacv.cpp.opencv_core$CvArr.&lt;clinit&gt;(opencv_core.java:158) at com.googlecode.javacv.VideoInputFrameGrabber.grab(VideoInputFrameGrabber.java:158) at GrabberShow.run(GrabberShow.java:24) at java.lang.Thread.run(Unknown Source) </code></pre> <p>How can i solve this problem?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload