I found this page:
https://developer.vuforia.com/resources/dev-guide/extended-tracking
At the bottom of the page, it lists a pair of functions, StartExtendedTracking and StopExtendedTracking. However, when I tried to use these methods, they do not exist. The only members that the Trackable object contains are ID and Name.
Are these only available in certain versions of Vuforia? (I'm using 3.0.9) Or is the documentation simply referencing functions that don't exist?
Hi !
I tried the method with :
ImageTargetBehaviour mTrackableBehaviour = GetComponent<ImageTargetBehaviour>();
mTrackableBehaviour.ImageTarget.StartExtendedTracking();
But extended tracking don't seems to work ;
At run time, "Enable Extended tracking" is not checked on the ImageTargetBehaviour....
And also, Extended tracking don't seems to work correctly (objects disapears when image is no more tracked)
Is there a bug on this feature ?
EDIT : Sorry, my bad. Problem was on my side. Nevermind.