I’m in the middle of developing an AR app that starts from tracking a label on a product box.
It works reasonably well as long as you do not move the box. However, I would like to have image tracking be much more continuous than it currently is.
My desired image tracking effect would look something like this:
Is this possible with AR Foundation’s implementation of image tracking?
So far it seems when an image is tracked, AR Foundation watches for changes but at a pretty low frequency (or at least that is the appearance). If I move my own image in the real world, it takes the image tracking a number of seconds to re-track the image and update the AR position of the trackable accordingly.
I’ve seen this style of continuous image tracking done before. This video above is using ARKit 2.0 so i have to imagine this is possible, but is this possible with the AR Foundation framework? Do I need to investigate switching to the native plugins? (I would rather not if I don’t have to as a lot of work as already been done)?