Good installation instructions for OpenCV & Processing & Ubuntu 10.04 Lucid Lynx?
in
Contributed Library Questions
•
1 year ago
I am trying to follow the following tutorial:
http://www.sparkfun.com/tutorials/304. Only there seems to be some issues with the version of opencv and processing. I can't find a decent installation guide..
I get the following error:
I am running Ubuntu 10.04 (64 bit) and I have my sketchfolder in /home/lennart/sketchbook and processing in a folder next to it. From what I understood from the tutorials the libraries should be placed in /home/lennart/sketchbook/libraries/Opencv/library. There I have the OpenCV.jar. I also made symlinks from this folder to the opencv directory (/usr/lib).
What goes wrong here? Where can I find a more recent tutorial for installation?
I get the following error:
!!! required library not found : /home/lennart/sketchbook/libraries/OpenCV/library/libOpenCV.so: libcxcore.so.1: cannot open shared object file: No such file or directory
Verify that the java.library.path property is correctly set and 'libcxcore.so', 'libcv.so', 'libcvaux.so', 'libml.so', and 'libhighgui.so' are placed (or linked) in one of your system shared libraries folder
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: hypermedia.video.OpenCV.cascade(Ljava/lang/String;)V
at hypermedia.video.OpenCV.cascade(Native Method)
at face_detection.setup(face_detection.java:41)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I am running Ubuntu 10.04 (64 bit) and I have my sketchfolder in /home/lennart/sketchbook and processing in a folder next to it. From what I understood from the tutorials the libraries should be placed in /home/lennart/sketchbook/libraries/Opencv/library. There I have the OpenCV.jar. I also made symlinks from this folder to the opencv directory (/usr/lib).
What goes wrong here? Where can I find a more recent tutorial for installation?
1