You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the face effects and image marker action to wait until the verification result is true then they can access them in order. Get verification from API -> open image marker -> found image -> trigger face effect
any help is very appreciated, I'm still new in this framework...
The text was updated successfully, but these errors were encountered:
Can you elaborate on what you mean by "verification result"?
In general, our AR Engine fires events/observables when various image and/or face events take place (image found, image lost, face found, face lost, etc). You can certainly decide if/when you have a listener and take action on these events.
For example, when a user clicks a button, that could register the face effects related event listeners.
I need the face effects and image marker action to wait until the verification result is true then they can access them in order. Get verification from API -> open image marker -> found image -> trigger face effect
any help is very appreciated, I'm still new in this framework...
The text was updated successfully, but these errors were encountered: