Hi, I want to avoid to hide markers after the first recognition.
I notice that my image is a little unstable and I would take visible the markers after the first recognition or increasing the time used to hide markers if they are not recognized. Is it possibile?
Thanks A lot!
Gianni.
W
Wolfgang Damm
said
over 9 years ago
Not sure if I understand you correctly.
You can delay the hiding of the markes using javascripts setTimeout function. When it fires just check if the image is still visible (onExitFieldOfVisionTrigger) was not called and then hide the markers.
G
Gianni Inguscio
said
over 9 years ago
Sorry for my Bad English :/ I don't understand where I have to use the setTimeout javascript function....I noticed onExitFieldVision is fired soon if I move the camera. I want to avoid hide markers after some seconds without consider the recognition procedure
Thanks a lot
Gianni.
G
Gianni Inguscio
said
over 9 years ago
Hi there... how can i do it?
W
Wolfgang Damm
said
over 9 years ago
The snap to screen feature allows you to do that. Please find more details on it in the documentation once it is released. Will be later today.
Gianni Inguscio