Hello,
I tried (twice) the easy install for ubuntu 16.10 and it fails.
I have done :
wget
http://jevois.org/data/jevois-easy-1.0b.tbz
tar jxvf jevois-easy-1.0b.tbz
./jevois-easy-install.sh
and the file size is 4553208902
I have the following log :
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.2+")
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
CMake Error at cmake/OpenCVModule.cmake:295 (message):
No extra modules found in folder:
/root/opencv32/opencv_contrib-3.2.0/modules
Please provide path to 'opencv_contrib/modules' folder.
Call Stack (most recent call first):
modules/CMakeLists.txt:7 (ocv_glob_modules)
....
-- Configuring incomplete, errors occurred!
See also "/root/jevois/opencv32/opencv-3.2.0/build/CMakeFiles/CMakeOutput.log".
See also "/root/jevois/opencv32/opencv-3.2.0/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
Add /usr/local/lib to ldconfig [Y/n]? y
Compile and install jevois and jevoisbase for host computer [Y/n]? y
./jevois-easy-install.sh: line 81: ./rebuild-host.sh: No such file or directory
./jevois-easy-install.sh: line 83: cd: hbuild: No such file or directory
make: *** No rule to make target 'doc'. Stop.
./jevois-easy-install.sh: line 86: cd: /root/jevoisbase: No such file or directory
./jevois-easy-install.sh: line 87: ./rebuild-host.sh: No such file or directory
Cross-compile jevois and jevoisbase for embedded platform hardware [Y/n]? y
./jevois-easy-install.sh: line 100: ./rebuild-platform.sh: No such file or directory
./jevois-easy-install.sh: line 102: cd: /root/jevoisbase: No such file or directory
./jevois-easy-install.sh: line 103: ./rebuild-platform.sh: No such file or directory
JeVois easy install 1.0 for Ubuntu 16.10 -- DONE.
Plugin a USB camera and type: 'jevois-daemon' to try it out.
It seems to bug with compile open CV at :
CMake Error at cmake/OpenCVModule.cmake:295 (message):
No extra modules found in folder:
/root/opencv32/opencv_contrib-3.2.0/modules
Please provide path to 'opencv_contrib/modules' folder.
I have seen the video and this error didn't appeared.
The following seems to be not so good (compile of JeVois).
What did i wrong ?