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
The tracker has to be running to deliver the camera image, but you can deactivate ImageTarget or Marker tracking (or both) using the Tracker::deactivate method. See the API docs: https://ar.qualcomm.at/qdevnet/api
- Kim