How can 3dobject be identified in object tracker?
I read the document, but in ObjectTrackerSample, I didn't find the code to identify the object or unidentified. Hope that the official staff can help solve it, thank you!
In the ObjectTrackerSample, there are lines of code like below:
TrackingState state = TrackerManager.GetInstance().UpdateTrackingState();
TrackingResult trackingResult = state.GetTrackingResult();
If the value of trackingResult.GetCount() is other than 0, the target is recognized. When no targets are recognized, the value stays 0.
- MAXST support team