Friday, February 10, 2012

OpenCV.dll: Can't find dependent libraries


If you get the follwoing erro message when using OpenCV + processing:


!!! required library not found : ...\processing-1.5.1-windows\processing-1.5.1\libraries\opencv_01\OpenCV\library\OpenCV.dll: Can't find dependent libraries
Verify that the java.library.path property is correctly set and the '\path\to\OpenCV\bin' exists in your system PATH

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: hypermedia.video.OpenCV.capture(III)V
at hypermedia.video.OpenCV.capture(Native Method)
at hypermedia.video.OpenCV.capture(OpenCV.java:945)
at Bubble.setup(Bubble.java:40)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)



This can be solved by installing  opnCV version 1.0.

No comments:

Post a Comment