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.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

How to start JeVois as host with a new module.

0 votes
I'm have been running jeVois as host using the integrated webcam on my laptop with Ubuntu 16.10 installed. All is well.

I have used the sample module to create a new module called linefollower.

But how do I start jeVois with the new module. Is it supposed to appear when calling listmappings? Because it doesn't.
asked May 9, 2017 in Programmer Questions by junktilkim (140 points)

2 Answers

0 votes
http://jevois.org/doc/VideoMapping.html to configure new mappings.

Or you can start it manually using setmapping2 (non-usb only.)
answered May 11, 2017 by pelrun (2,330 points)
0 votes
Check out the new Hello JeVois tutorial at http://jevois.org/tutorials

We have some more instructions in there for how to add a mapping, then start with that mapping, etc for a new module.
answered May 12, 2017 by JeVois (46,580 points)
...