arkit-camera-access-providers

Installation
SKILL.md

ARKit Camera Access Providers

Quick Start

  1. Confirm the task needs ARKit camera data, not a rendered RealityKit or SwiftUI snapshot.
  2. Choose full camera frame access or region-scoped camera capture.
  3. Check support, privacy text, entitlement, and enterprise constraints before debugging update delivery.
  4. 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.
Installs
3
GitHub Stars
60
First Seen
Jun 26, 2026
arkit-camera-access-providers — tomkrikorian/visionosagents