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.

read serial messages from JeVois using Python

0 votes

I followed the instruction in the following tutorial:

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

But it didn't work. No messages received. 

When I used jevois-inventor, on the console, I can see the messages printed out. I set the default module to DemoArUco.

Before run the python script: parseserial.py, I used jevois-cmd to issue "setpar serout USB".

what could be wrong?

Thanks in advance

asked May 7, 2019 in Programmer Questions by kkccoo11 (160 points)

1 Answer

0 votes
Is video streaming? You will not get any messages if not. You can either start a video grabbing program on the host (webcamoid or similar), or prep your camera for headless operation as done here:

http://jevois.org/tutorials/UserHeadless.html
answered May 10, 2019 by JeVois (46,580 points)
...