Hello,
I’m trying to run JavacvPro under OSX Lion with Processign 1.5 and 2.0a
I follow the instructions of Hinault at his website:
http://www.mon-club-elec.fr/pmwiki_reference_lib_javacvPro/pmwiki.php
I install OpenCV using Mac Ports, for going through the process I installed Xcode 4 and a Packaged of Xcode that Mac Ports ask me
When running processing I get the following error:
UnsatisfieldLinkError: no jniopencv_core in java.library.path
And this:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at com.googlecode.javacpp.Loader.load(Loader.java:343)
at com.googlecode.javacpp.Loader.load(Loader.java:271)
at com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:126)
at monclubelec.javacvPro.OpenCV.<clinit>(Unknown Source)
at TestJavaCvPro.setup(TestJavaCvPro.java:28)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PGraphics.requestDraw(PGraphics.java:674)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:680)
Can any one tell me what that means and how to make work Javacvpro?
Salutations,
Goza
1