Is it possible to use predicted tracking mode in an AsyncSequence for reading hand anchor data?

I have been using ARKit to get hand tracking data on a continuous loop by implementing the AnchorUpdateSequence.

I want to try out the .predicted hand tracking, but it seems as though using ARKit session and HandTrackingProvider do not allow me to enable this feature?

Answered by Vision Pro Engineer in 829633022

To get predicted hand anchors you need to query them with a timestamp - see https://developer.apple.com/documentation/arkit/handtrackingprovider/handanchors(at:)

Accepted Answer

To get predicted hand anchors you need to query them with a timestamp - see https://developer.apple.com/documentation/arkit/handtrackingprovider/handanchors(at:)

Is it possible to use predicted tracking mode in an AsyncSequence for reading hand anchor data?
 
 
Q