Image Tracker MULTI_TRACKING is not working
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?
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
I did that but it is still not working.
What else can I do?
Hello.
Would you send me the script file including void start() via kscho@maxst.com ?
Thanks.
John,
MAXST Support Team
Ok, I've sent the email with the script file.
Thanks