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.

what are the options for debugging?

0 votes
Hi,

I am currently working on an application and i am struggling to understand where the code is failing is there an easy way to get the python dependancies (libjevois) onto a windows pc for testing outside of the camera.
asked Jun 28, 2018 in Programmer Questions by gra314 (140 points)

1 Answer

0 votes
libjevois only works on Linux, since this is the operating system that runs inside JeVois. In a virtualbox running ubuntu, you can also run it. But I am not sure this would help much with debugging, compared to using the JeVois Inventor.

Please see my answer to your previous post for debugging using JeVois Inventor
answered Jun 30, 2018 by JeVois (46,580 points)
...