Replies: 1 comment 5 replies
-
Hi, As for the second question. If you make it so that |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo Community,
I was able to get the augmented images example from the repository working with a custom image and custom 3D object. In my current application the image when augmented, it has the 3D object placed upon it which disappears after 5 seconds. Once the object has disappeared, I want to rescan the image and augment it again. By default in the sample project, this had been disabled by changing the value of a boolean flag
rabbitDetected
. This boolean flag is set totrue
once the image has been detected and prevents it from detecting the image again. However, when I change this value tofalse
in my code and try to augment it, the app becomes extremely laggy (evetually unresponsive) and the augmented object does not disappear after five seconds. I was not able to understand this phenomenon. I will attach my code for reference.Thank You. :)
Beta Was this translation helpful? Give feedback.
All reactions