Hi everyone. I upgraded the Processing version from 1.5.1 to 2.05b.
I have both P5 versions installed, in the oldest one this example works fine, in the newer it doesn't, it throws the following message mentioned below.
I appreciate any clue, thanks and regards
kovi
!!! required library not found : C:U ossanaDocumentsProcessinglibrariesOpenCVlibraryOpenCV.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Verify that the java.library.path property is correctly set and the 'path oOpenCVin' 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 blobs.setup(blobs.java:43)
at processing.core.PApplet.handleDraw(PApplet.java:2103)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:190)
at processing.core.PApplet.run(PApplet.java:2006)
at java.lang.Thread.run(Thread.java:662)