javacvpro instalation on Ubuntu 12.10
in
Contributed Library Questions
•
8 months ago
Hello
I am trying to install javacvpro on Ubuntu 12.10 in order to work with Processing 1.5.1.
I have downloaded version 0.5 of javacvpro, as available in [1]. I also downloaded and compiled openCV 2.4.3, as available in [2]. For openCV installation I followed the instructions in [3].
I have placed javacvpro in my modes/java/libraries directory.
Now whenever I try to run the javacvpro examples I get the following error:
UnsatisfiedLinkError: /tmp/libjniopencv_core6272966413270722604.so: libopencv_core.so.2.3: cannot open shared object file: No such file or directory
I don't understand why the code is looking for opencv2.3, it should look for opencv2.4 which I installed correctly.
What could be the problem?
Thanks
[1] - http://www.mon-club-elec.fr/pmwiki_reference_lib_javacvPro/pmwiki.php
[2] - http://opencv.org/
[3] - http://jayrambhia.wordpress.com/2012/06/20/install-opencv-2-4-in-ubuntu-12-04-precise-pangolin/
I am trying to install javacvpro on Ubuntu 12.10 in order to work with Processing 1.5.1.
I have downloaded version 0.5 of javacvpro, as available in [1]. I also downloaded and compiled openCV 2.4.3, as available in [2]. For openCV installation I followed the instructions in [3].
I have placed javacvpro in my modes/java/libraries directory.
Now whenever I try to run the javacvpro examples I get the following error:
UnsatisfiedLinkError: /tmp/libjniopencv_core6272966413270722604.so: libopencv_core.so.2.3: cannot open shared object file: No such file or directory
I don't understand why the code is looking for opencv2.3, it should look for opencv2.4 which I installed correctly.
What could be the problem?
Thanks
[1] - http://www.mon-club-elec.fr/pmwiki_reference_lib_javacvPro/pmwiki.php
[2] - http://opencv.org/
[3] - http://jayrambhia.wordpress.com/2012/06/20/install-opencv-2-4-in-ubuntu-12-04-precise-pangolin/
1