Re: Capture plugin for 64bit Java

Posted by noyrad on
URL: http://imagej.273.s1.nabble.com/Capture-plugin-for-64bit-Java-tp5000270p5001814.html

Hello,

I've followed your steps and after launching ImageJ and starting the iSight CApture Plugin I get the following message:

java.lang.UnsatisfiedLinkError: C:\Users\Daryon.MAN\AppData\Local\Temp\javacpp25865706386137\jniopencv_core.dll: Can't find dependent libraries
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
        at java.lang.Runtime.load0(Runtime.java:770)
        at java.lang.System.load(System.java:1003)
        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.<clinit>(opencv_core.java:131)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at com.googlecode.javacpp.Loader.load(Loader.java:334)
        at com.googlecode.javacv.cpp.opencv_imgproc.<clinit>(opencv_imgproc.java:96)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at com.googlecode.javacpp.Loader.load(Loader.java:334)
        at com.googlecode.javacv.cpp.opencv_highgui.<clinit>(opencv_highgui.java:85)
        at ISight_Capture.run(ISight_Capture.java:44)
        at ij.IJ.runUserPlugIn(IJ.java:185)
        at ij.IJ.runPlugIn(IJ.java:152)
        at ij.Executer.runCommand(Executer.java:127)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:619)

Can you help me getting iSight up en running?

Thanks,

noyrad