Hello,
I would like to know if it is possible to stop the tracking but still keep getting the camera image.
I tried to comment the line:
QCAR::Tracker::getInstance().start(); on the Java_com_qualcomm_QCARSamples_ImageTargets_ImageTargets_startCamera method and also tried the QCAR::Tracker::getInstance().start(); in a diferrent call but I stop receiving the camera image.
Thanks in advance,
Pedro
hi , in my app i want to stop the tracker with button click. I want the Image tracking to stop, so the vuforia is no longer searching for the pattern, but keep the 3D object in screen . i tried below code but its not working.. please any idea.. how can i do this.. thank you