arkit-camera-access-providers
Installation
SKILL.md
ARKit Camera Access Providers
Quick Start
- Confirm the task needs ARKit camera data, not a rendered RealityKit or SwiftUI snapshot.
- Choose full camera frame access or region-scoped camera capture.
- Check support, privacy text, entitlement, and enterprise constraints before debugging update delivery.
- Keep frame handling off the SwiftUI body path and avoid retaining stale frame buffers beyond the API contract.
Load References When
| Reference | When to Use |
|---|---|
session-basics.md |
When setting up ARKitSession, authorization, events, or teardown. |
camera-frame-provider.md |
When using CameraFrameProvider and cameraFrameUpdates(for:). |
camera-region-provider.md |
When using CameraRegionProvider and CameraRegionAnchor. |