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?
To get predicted hand anchors you need to query them with a timestamp - see https://developer.apple.com/documentation/arkit/handtrackingprovider/handanchors(at:)