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.

Python and OpenCV step-by-step example to upload to JeVois

0 votes
Can someone please put a step-by-step Python and OpenCV example to put live on JeVois via USB?  I am new and want to show my kids since they are learning Python.
asked Jun 17, 2017 in Programmer Questions by unga (300 points)

1 Answer

+1 vote
Thanks for your patience. We ended up adding a bunch of new features while writing that tutorial so it took a while. You need to get the latest microSD image (posted yesterday) and then check this one out:

http://jevois.org/tutorials/ProgrammerPythonLive.html

In the next few days we will post more tutorials, including one on how to program a new Python module from scratch (as opposed to modifying an existing one).

We also posted more theoretical tutorials on how Python and OpenCV work under JeVois (but not step-by-step) here:

http://jevois.org/doc/ProgrammerPython.html

http://jevois.org/doc/ModulePythonTutorial.html
answered Jun 22, 2017 by JeVois (46,580 points)
Thank you JeVois.
...