How to install the opencv library?
in
Contributed Library Questions
•
1 year ago
I've followed the instructions on
http://ubaa.net/shared/processing/opencv/ to the letter, but none of the library examples work for me (on windows vista). The error I get (when running my sketch) is:
"No library found for hypermedia.video".
I've downloaded opencv release version 1.0, installed it, added to path, rebooted, etc. Unzipped the opencv processing library to the "libraries" folder of my sketch (so pretty much done everything that I should), but it doesn't work.
Does anyone know what's going wrong? It seems counterintuitive to me that the examples load the library by " import hypermedia.video.*;", while the library is called opencv. Is this what causing the problem? (The main library folder is called "OpenCV", and the jar file "OpenCV.jar", but using " import opencv.*;" doesn't work either..
I've downloaded opencv release version 1.0, installed it, added to path, rebooted, etc. Unzipped the opencv processing library to the "libraries" folder of my sketch (so pretty much done everything that I should), but it doesn't work.
Does anyone know what's going wrong? It seems counterintuitive to me that the examples load the library by " import hypermedia.video.*;", while the library is called opencv. Is this what causing the problem? (The main library folder is called "OpenCV", and the jar file "OpenCV.jar", but using " import opencv.*;" doesn't work either..
1