I can't figure out how to get the exact camera Pose in ARCore. Until now, I placed a 3D object roughly at the camera world position. Then I update its model matrix to make it slowly move towards its Anchor Pose on the tapped plane.
The issue is it places the object not always at the camera pose, how can I fix this?
(I'm on AndroidStudio working with ARCore)