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 set serstyle to Normal

0 votes
Hello,

I am trying to implement a tracker based on the Object Tracker Demo.

I need W x H , and I see we can set it here: http://jevois.org/doc/UserSerialStyle.htm

But when I try to pass the parameter with  setpar serstyle Normal , i receive: no parameter named serstyle

Do I get it wrong or I need to upgrade to jevois1.3 (I see it in red ,,,). and if yes, how ?

Thanks
asked Jul 1, 2017 in Programmer Questions by patrickpoirier (360 points)

1 Answer

0 votes
Yes, sorry you indeed need 1.3 which is not official yet.

If you are setup for development, the 1d and 2d styles have been implemented and are on github.

If not, start by installing jevois-sdk-dev from jevois.usc.edu, then get jevois and jevoisbase from github, compile, and flash a new card. Please start here

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

Note that the messages will likely change a bit, we will drop the final (superfluous) letter D of the first identifier.
answered Jul 2, 2017 by JeVois (46,580 points)
...