cupertino-sample-code/visionos-exploring_object_tracking_with_arkit
Mihaela Mihaljevic 37fd4fb24f Initial commit: 606 Apple sample code projects
MIT License - Apple Developer sample code
Downloaded via Cupertino (https://github.com/mihaelamj/cupertino)
2025-12-03 00:19:12 +01:00
..
Configuration Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
ObjectTracking Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
ObjectTracking.xcodeproj Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
Reference Objects Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
.gitignore Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
LICENSE.txt Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
README.md Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00

Exploring object tracking with ARKit

Find and track real-world objects in visionOS using reference objects trained with Create ML.

The sample app demonstrates how to use a Core ML model (a reference object) to discover and track a specific object in a persons surroundings in visionOS. This capability allows you to create engaging experiences based on objects in a person's surroundings and lets you attach digital content to these objects. To learn more about the features that this sample implements, see Exploring object tracking with ARKit.

Features in this sample that rely on ARKit only run on device, not in Simulator.