Tracking of moving images is super slow on visionOS

I noticed that tracking moving images is super slow on visionOS.

Although the anchor update closure is called multiple times per second, the anchor's transform seems to be updated only once in a while. Another issue might be that the SwiftUI isn't updating more often.

On iOS, image tracking is pretty smooth.

Is there a way to speed this up somehow on visionOS, too?

Hi!

It's expected that the frequency of image anchor updates on visionOS is much lower than the frequency of camera frame updates. Please also see this thread.

Tracking of moving images is super slow on visionOS
 
 
Q