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.

DemoArUco unable to get 3D pose

0 votes

Hi Team,

I had been trying to get the 3D pose serial printed while running DemoArUco. Unfortunately I am unable to do so and the serial output print 2D message.

I set the dopose to true.

<!--StartFragment-->setpar serout USB

setpar serstyle Detail

setpar dopose true

setpar serprec 5<!--EndFragment-->


Can someone help me out here?

Ashwin

asked Jan 20, 2019 in Programmer Questions by ashwinsushil (240 points)

1 Answer

0 votes
 
Best answer
have you tried this with JeVois Inventor? One thing that comes to mind is that those commands should be issued after the module is loaded, as loading a module will reset its parameters. Or maybe you are using a resolution for which no calibration is available? Can you turn on serial log messages to USB and serial out messages to USB in the Inventor's Console tab, then set to Detail and finally go check dopose in the Parameters tab, and see whether you get any errors?
answered Jan 23, 2019 by JeVois (46,580 points)
selected Jan 28, 2019 by ashwinsushil
Thank you. Like you mentioned I was setting the params in initial config file. All I had to do is set the parameters in the param config file.
...