Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Can't find my Sample Project

0 votes
Hi,

I followed the tutorial for HelloJeVois. I see the .so file in F:\modules\Tutorial\HelloJeVois along with other files.

I see this as the last line in config/videomappings.cfg.

YUYV 640 480 28.5 YUYV 640 480 28.5 SampleVendor HelloJeVois

Should I be able to run this from jevois-inventor?  Where would I find it.

The program seemed to run when I ran the jevois-demon,

Thanks.

Jack
asked Oct 1, 2018 in Programmer Questions by jack.johnson.pub (230 points)

1 Answer

0 votes
did you already do the steps about "cross compiling for JeVois hardware", and then "installing to jevois microSD card"?

In that tutorial, first we compile and run on the host computer, using jevois-daemon running on the host.

To use jevois inventor, however, requiries that you cross-compile the module for the JeVois camera and install it on the microSD card inside the camera. JeVois inventor is just a GUI and it relies on the JeVois camera to do all the vision processing inside the camera.
answered Oct 2, 2018 by JeVois (46,580 points)
...