3Dmodel jitter in Image Tracker
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
You can reduce jitter by giving the Jitter Reduction option.
Thank you.
Leo
Maxst Support Team
using this line :
TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);
But same Error . cant reduce 3Dmodel jitter
Thank you.
Durai
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
Still 3D model jitter
void start()
{
TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);
}
how to use jitter option?
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