"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

how to stop the camera from tracking image

Hi,

once the image is detected,I don't want the camera to continue the tracking.How can I do this?

Hello,

The Tracker class has functions to start and stop the tracker. Not sure what is your dev environment, but here is the Java API reference:

https://developer.vuforia.com/library/sites/default/api/java/classcom_1_1vuforia_1_1Tracker.html

Thanks