Contents

DataProvider

A source of live data from ARKit.

Declaration

protocol DataProvider : AnyObject, CustomStringConvertible, Sendable

Overview

Most providers supply an asynchronous sequence of updated anchors for the provider’s data type. For example, a HandTrackingProvider instance’s anchorUpdates property gives updates over time for hand anchors.

Topics

Inspecting a data provider

Inspecting a data provider type

See Also

visionOS