Playing with ARObjectAnchor and I'm finding out it doesn't seem to handle moving objects very well. When I move the object it is lost and gets re-detected a few seconds later. Is there any way to track it continuously?
For example, if I scan a box, I would like the user to be able to pick it up and move it, then have AR objects follow it. Is it possible to do this real time or does ARObjectAnchor just not update that often?
I had a similar problem with ARImageAnchor initially but discovered changing some settings greatly increased the update rate. Is there something I can do to speed up ARObjectAnchor?