List
3Dmodel jitter in Image Tracker
Posted Date: 2020-01-23 9:49     Edited Date: 2020-02-03 6:08     Writer: duraidk9

Please provide your development details as below;

1. SDK Version: 5.0
2. Development Environment: andriod
3. Tracker/Scanner: image tracker
4. License Type(Free / Pro-One Time Fee / Pro-Subscription / Enterprise):  purchased  id( yaksahacloud@gmail.com)
5. Target Device(Optional): redmi note 7s 

We can assist better if you attach screenshots of issues.Video

Posted Date: 2020-01-28 2:10     Edited Date: 2020-01-28 2:10     Writer: admin

You can reduce jitter by giving the Jitter Reduction option.

Thank you.

 

Leo

Maxst Support Team

Posted Date: 2020-01-28 11:40     Edited Date: 2020-01-28 11:41     Writer: duraidk9

using this line :

TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);
 

But same Error . cant reduce 3Dmodel jitter

 

Thank you.

Durai

 

 

Posted Date: 2020-01-30 0:44     Edited Date: 2020-01-30 0:44     Writer: inactive

Does it mean that an error occurs when the jitter option is given?

Or does it mean there's still jitter to worry about when the jitter option works?

 

Leo

Maxst Support Team

Posted Date: 2020-02-01 12:24     Edited Date: 2020-02-01 12:24     Writer: duraidk9

Still 3D model jitter 

void start()

{

TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);

}

 

how to use jitter option? 

 

Posted Date: 2020-02-03 6:08     Edited Date: 2020-02-03 6:08     Writer: inactive

void start()

{

TrackerManager.GetInstance().StartTracker(TrackerManager.TRACKER_TYPE_IMAGE);

TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);

}

 

In the start function, write the following on the start tracker as above.

And if you feel that the JITTER REDUCTION option doesn't seem to be working properly, take a video and upload it.

Thank you.

 

Leo

Maxst Support Team