"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

Stopping VuMark tracking

Hi,

I'm having trouble stopping VuMark tracking - it's like a weird software terminator.  It can never die!

Once a VuMark has been triggered I want to turn off the tracking/Behaviour....everything.  Even when everything appears disabled the transform of the Vumark target (in Unity) is still being updated.  Then the object turns back on again.  How?

Rather than focus on the why, please let me know how to kill a Vumark after the first trigger.  I have searched.  Some of the old ways to disable tracking no longer seem to work.

Many thanks!

Scott

 

 

 

scott_a_ashton

Thu, 05/03/2018 - 12:37

Perhaps I'll answer my own question - seems like Stopping the ObjectTracker does the trick.

TrackerManager.Instance.GetTracker<ObjectTracker>().Stop();

Cheers

 

 

touchclick

Fri, 05/25/2018 - 10:09

Hey!

I have a problem with stopping and starting the tracker.

Both works well with TrackerManager.Instance.GetTracker<ObjectTracker>().Stop()/..Start();