hi ... i want make different my apps with another. i think if ARCamera found when object found have animation ..
like this
http://www.youtube.com/watch?v=LCJ5TFNNPt0
minute 0:50 <== u can check , when marker found that have animatin to show up.
im hard to search what a keyword for that. anyone give me reference ? thanks ..
when marker found that have animatin to show up
These articles are a good starting point:
https://developer.vuforia.com/forum/faq/unity-how-can-i-popup-gui-button-when-target-detected
https://developer.vuforia.com/forum/faq/unity-how-can-i-play-audio-when-targets-get-detected
In general, the ITrackableEventHandler interface of Vuforia is what allows you to detect when a marker is found or lost, and then trigger an event (e.g. starting an animation, or drawing some GUI, or playing a video or a sound, etcc......)