trouble installing JavacvPro on windows7 64bit
I am trying to use opencv through processing and the JavacvPro library but it is not seeing opencv 2.4.2. I extracted it onto my C drive C://opencv/
When I run a sample program for javacvPro I get an error:
Highlighted line of code:
opencv = new OpenCV(this); // initialise objet OpenCV à partir du parent This
Error message:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError:
C:\Users\fxmech\AppData\Local\Temp\jniopencv_core8658060764231121267.dll:
Can't find dependent librariesException in thread "Animation Thread" java.lang.UnsatisfiedLinkError:
C:\Users\fxmech\AppData\Local\Temp\jniopencv_core8658060764231121267.dll: Can't find dependent libraries
Is it in the wrong directory or did I not install it correctly?
I think you should ask authors of JavacvPro about the issue...
Have the exact same problem... are you able to fix it yet, @fxmech?