Hello,
I have successfully install jevois on host with :
sudo apt install jevois-sdk-dev
(I have to copy some libboost library 1.62 version in 1.61 for jevois-daemon to work).
And then I try to launch jevois-daemon (host mode) on PythonTest.py files, it complains about not finding PythonTest.so file ...
Do i have to "compile" .py file before ?
EDIT : sorry, it was just the old version of the jevois-daemon in /usr/local/bin that was called ...
It works now, on PythonTest there is a bug , have to comment jevois.LINFO(dir(jevois)), fixed on github. PythonOpenCV fails too, seems fixed too but have to wait for new release ...