List
Where to set the Tracking Mode code
Posted Date: 2018-03-25 19:17     Edited Date: 2018-03-26 1:40     Writer: inactive

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!

Posted Date: 2018-03-26 1:32     Edited Date: 2018-03-26 1:37     Writer: inactive

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