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.

Follow up to prior question

0 votes
I think so.

Does the fact that the folder is on the SD card with the source and .so and videomapings.cfg has the module references in it, mean that I did?
related to an answer for: Can't find my Sample Project
asked Oct 2, 2018 in Programmer Questions by jack.johnson.pub (230 points)

1 Answer

0 votes
yes, if you have the folder, .so, and corresponding videomapping on your microSD then the module is installed to microSD and should be detected at startup.

in the JeVois Inventor console, can you try this:

1) turn on log messages to USB (click the USB button for log messages)

2) turn off video streaming (this is in the System tab)

3) back to the console, run

setmapping2 YUYV 320 240 20.0 Tutorial HelloJeVois

and see what kind of error you get back. Note that this should eventually give you an error since we are here trying to trigger the module in no-USB-out mode but that simple module does not support it. But what we want to see is whether we get an error earlier, like cannot load .so file, module not found, typo somewhere, etc
answered Oct 4, 2018 by JeVois (46,580 points)
...