<!--
{
  "availability" : [
    "Xcode: 16.0.0 -",
    "iOS: 18.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/scanning-objects-using-object-capture",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Scanning objects using Object Capture"
}
-->

# Scanning objects using Object Capture

Implement a full scanning workflow for capturing objects on iOS devices.

## Overview

> Note: This sample code project is associated with WWDC24 session 10107: [Discover area mode for Object Capture](https://developer.apple.com/wwdc24/10107/) and WWDC23 session 10191: [Meet Object Capture for iOS](https://developer.apple.com/wwdc23/10191/).

You need to run this sample code project on a physical device. It does not compile for Simulator.

### Configure the sample code project

To run this sample app, you need an iPhone or iPad with the following:

- A LiDAR Scanner
- An A14 Bionic chip or later
- iOS or iPadOS 18 or later

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)