List
How to add more than 1 object on screen with instant tracker ?
Posted Date: 2018-03-15 11:40     Edited Date: 2018-03-16 8:17     Writer: inactive

Hi there , thank you for your usefull sdk . I want to add more than one object on camera at the same time . is it possible?

and if it is how can i do this ?

thank's for your attention

Posted Date: 2018-03-16 8:17     Edited Date: 2018-03-16 8:17     Writer: inactive

Hello, Thank you for using our SDK.

Image Tracker supports up to three simultaneous tracking functions(at same time). However, Object Tracker does not support tracking at same time. If you want to use the Image Tracker's simultaneous tracking feature, you can call the following method after the tracker starts.

>>TrackerManager::getInstance()->setTrackingOption(TrackerManager::TrackingOption::MULTI_TRACKING);


Thank you.

- MAXST support team