- Home /
How to hold AR object after detection??
Hello Friends,
I'm doing an AR app for Android-mobile using Vuforia. After detecting the ImageTarget, Augmented Objects shown on Target. After detection, how to hold this Augmented Object when we move the camera out of ImageTarget.
I tried commenting the following line from DefaultTrackableEventHandler.cs
// OnTrackingLost();
But at the time of moving camera out of Target, the orientation, Position and the scale of the Augmented Object get changed.
How to hold this in a proper way...
Jeeva
You could make an empty gameobject as child (and in front) of the ARCamera and set the parent of your augmented object to that (change parent from image target to empty gameobject).
thanks @saschandroid for the reply. I will surely try this.
Answer by Jeeva3m · Jan 04, 2016 at 05:38 AM
thanks again @saschandroid for the correct tip.. It worked for me.
Your answer
Follow this Question
Related Questions
Cloud recognition in Vuforia 0 Answers
Is there a way to have Vuforia and ARCore in the same app? 4 Answers
Triggering animation with raycasting does not work with my script for android AR app. 0 Answers
How can I have vuforia text recognition read in a phrase instead of just a single word. 1 Answer