how can I fix the 3D object in Image track
Please provide your development details as below;
1. SDK Version:5.0.4
2. Development Environment: Unty2018
3. Tracker/Scanner:Image tracker
4. License Type(Free / Pro-One Time Fee / Pro-Subscription / Enterprise):Free
5. Target Device(Optional):Samsung galaxy A71
I want to track many image so I put this line of code in my script:
TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.MULTI_TRACKING);
But the problem that the process can't show me 3D object for many images at the same time, so is not able to detect many images at the same time, and finally my question is: is it possible to fix the 3D object after detection so when I change my phone position the object still , and then point my phone to other image and so on ?
Comment (3)
Thank you for your interest in MAXST.
First, Sorry to late reply.
Image Tracker can possible to recognize and track up to "three target images" at the same time.
Also, Multiple tracking of target images within the camera radius is possible.
If you have related the MAXST SDK questions, feel free to ask.
Best regards,
Francisco
MAXST Support Team
How to fix object above Image Tracker ?
Best regards,
Mohamed amine
The jitter problem can be improved somewhat with the jitter reduction option.
TrackerManager.GetInstance().SetTrackingOption(TrackerManager.TrackingOption.JITTER_REDUCTION_ACTIVATION);
Please refer to link(Change Tracking Mode part) blow.
https://developer.maxst.com/MD/doc/5_0_x/unity/ex/image
Best regards,
Francisco
MAXST Support Team