javaCV - error: library not loaded
in
Contributed Library Questions
•
1 year ago
I haven't had any luck getting jMyron or OpenCV to work on Processing 2. I don't know if I'm doing something wrong, or if they aren't compatible with v2?
Nevertheless, I've tried installing javaCV, which involves installing the current version 2.4 of openCV framework (using macports). But when trying to run javaCV from processing, it throws an error as follows:
It seems to be trying to load a previous version 2.3 of open CV. I looked at the openCV google code page and this type of thing seems to be a known issue, but I have no idea how to resolve. Has anyone else here successfully installed javaCV? Any pointers?Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /private/var/folders/nz/q355m9sx0dlcg9tvnpys7fx00000gq/T/libjniopencv_core5988138778308280269.dylib: Library not loaded: /opt/local/lib/libopencv_core.2.3.dylib Referenced from: /private/var/folders/nz/q355m9sx0dlcg9tvnpys7fx00000gq/T/libjniopencv_core5988138778308280269.dylib Reason: image not found
Thanks.
1