Ask Your Question

fxmech's profile - activity

2013-01-06 21:39:50 -0600 received badge  Student (source)
2012-10-09 17:50:42 -0600 asked a question 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?