"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Reseting ExtendedTracking

Hi,

 

Since last Vuforia version, about the Release notes on extended tracking reset I got a question : 

 

If I want to reset the tracking, what about using 

current Dataset.getTrackable.stopExtendedTracking();

Then 

current Dataset.getTrackable.startExtendedTracking()

 

Or do I need to stop, reset (the Image Tracker) and then start ?

 

Thanks !

AlessandroB

Sun, 11/30/2014 - 19:57

If you want to reset the Extended Tracking environment map, you shluld use the ImageTracker.resetExtendedTracking() API, after stopping the ImageTracker; so the right order should be:

- trackable.stopExtendedTracking

- ImageTracker.stop

- ImageTracker.resetExtendedTracking