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?