Hi,
I am just trying to run the Hello Jevois demo in Ubuntu 16.04. Everything works fine on the host. However when I tried to compile in the platform, nothing works really.
I typed this:
cd ~/hellojevois/pbuild
make && make install
And I got the following error:
lease set environment variable JEVOIS_SRC_ROOT to the directory in which jevois and jevoisbase sources are. Skipping module doc creation because of missing JEVOIS_SRC_ROOT
[ 33%] Built target modinfo_HelloJeVois
[100%] Built target HelloJeVois
Install the project...
-- Install configuration: ""
modules
share
-- Up-to-date: /media/xiaotian/JEVOIS/modules/Tutorial/HelloJeVois
CMake Error at cmake_install.cmake:48 (file):
file INSTALL cannot set permissions on
"/media/xiaotian/JEVOIS/modules/Tutorial/HelloJeVois"
Makefile:104: recipe for target 'install' failed
make: *** [install] Error 1
Then I have tried all three ways of installing the modified module to micro SD but they all failed. I followed the procedure showing
http://jevois.org/tutorials/ProgrammerHello.html. For example with the .jvpkg package way, there was no 28.5fps frame rate available, I had only 30/1, 15/1,15/2. Choosing 30/1 in guvcview will play the jevois-tutorial video first but with no colored text message will be added. I have also checked the bullet points mentioned below, all of them were as expected. Similar things happened for the other two methods. Do you have any idea where the possible problem is? Many thanks!
XT