It seems to me that this has been discussed before, but I'm not finding the thread. Using native development I know that I'd be working with the pose matrix...
Let's say you want to position an object to face the camera when it appears in AR space, I need only to determine where the AR camera is relative to the Image Target. I suspect this is already stored somewhere as it's needed for Vuforia pose estimation anyhow.
How would you recommend implementing this?
You're right, that does seem like the most straight-forward solution. Thanks, I'll try that.