Yes, and I'm using it, and it's working, I'm stopping the CloudRecognition service and it doesn't recognize any object after I stop the service, however it doesn't stop the Camera, I want the camera to "freeze" with the image of the latest recognized object.
Hi Carlos,
Since the camera cannot be freezed, i recommend you to use our capture screen functionality (https://www.wikitude.com/external/doc/documentation/latest/android/browsingpois.html#capture-screen-bonus) to capture the screen when the object/image has been recognized and show it at the top of the view.
Greetings,
Aitor.
Hi,
Did you check this documentation section on stopContinuousRecognition:
Thx and greetings
Nicola
Carlos Ottoboni
Hi I'm working with Wikitude Android SDK 8.5.0, using the cloud continuous recognition and when I recognize a target I want to show the captured scene on the camera preview, currently, it keeps the camera "recording".
PS: When I recognize the target I'm stopping the Cloud Recognition service.