"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

Stop specific image targe scan

I have an application on unity and vuforia. The application contains a vumark with several different codes and several target images. When the application starts, it must scan the vumark first, and vumark activates the image target that can be scanned.

The problem is that you only have one option to pause all scams with | TrackerManager.Instance.GetTracker <ObjectTracker> (). Stop () ;. I need to pause only one image target and the vumark. Something like imageTarget.StopScanThisSpecificImage ();

Have anything like this, or for pause only vumarks scan?

This seems to be affecting the performace of the app

Hello alandlb92,

There are two different ways to do this that I can think of off the top of my head.

alandlb92

Wed, 08/29/2018 - 13:37

Tanks for answer, 

I solve my problem disable and enable the image target behaviour, a component inside image target`s, but with vumarks this doesn't work, even disabling all components or the gameobject, vumark aways is enable. 

Hello,

My recommendation would be to disable the Vumark dataset when you no longer want to be able to detect it.

Thanks,

Vuforia Engine Support