List
Image Tracker MULTI_TRACKING is not working
Posted Date: 2018-08-02 17:10     Edited Date: 2018-08-06 13:28     Writer: inactive

I followed the instructions at https://developer.maxst.com/MD/doc/3_5_x/unity/ex/image#github-unity-scene-example and I tried to force MULTI_TRACKING in "void Start()" with this line code:

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

 

Unfortunalety is not working.

The normal/default mode is ok, but MULTI_TRACKING not.

What is missing?

Posted Date: 2018-08-03 8:16     Edited Date: 2018-08-03 8:16     Writer: kscho

Hello.

Thanks for your interest in MAXST SDK>

Could you check whether "SetTrackingOption()" function was called after "StartTracker()" function?

"SetTrackingOption()" function works after StartTracker() was called.

Thanks.

 

John,

MAXST Support Team

 

 

Posted Date: 2018-08-03 15:44     Edited Date: 2018-08-03 15:44     Writer: inactive

I did that but it is still not working.

What else can I do? 

Posted Date: 2018-08-06 2:25     Edited Date: 2018-08-06 2:25     Writer: kscho

Hello.

Would you send me the script file including void start() via kscho@maxst.com ?

Thanks.

 

John,

MAXST Support Team

Posted Date: 2018-08-06 13:28     Edited Date: 2018-08-06 13:28     Writer: inactive

Ok, I've sent the email with the script file.

Thanks