Yes, so the solution is this:
_imageTrackable.TargetsForExtendedTracking[0] = "?"; _imageTrackable.ExtendedTracking = false; Then run: public void GetTargetOnLost(ImageTarget targetInfo) { _imageTracker.StopExtendedTracking(); } The StopExtendedTracking really just resets the extended tracking doesn't stop it.
Hi,
Did you work with the StopExtendedTracking method of the ImageTracker? You can find details on this and other classes / methods here.
Thx and greetings
Nicola
Chris Kim
How do I turn off all extended tracking during runtime?
It seems that it turns of all the extended tracking for everything that is not in the string array.