Where to set the Tracking Mode code
Hi there, could you please advise where to place the code? Does it go into the Update function? I'd like to use the Jitter Reduction mode.
trackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);
Thank you!
Hello, Thank you for using our SDK.
The Jitter Reduction function should be called after StartTracker only once. And If tracker is changed, you must call function again.(If you want)
Thank you.
- MAXST support team