"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 tracking only one ImageTarget

Hello guys, I have 10 Image targets on scene. I want stop tracking only for one Image target and other Image targets will be tracking. Can you help me? :) 

Probably 3 ways to do this:

- Disable an image target gameobject in the scene through code
- Split targets into multiple databases and turn off a particular database
- Ignore the tracking through code in the OnTrackingFound method