---
title: Scanning objects using Object Capture
framework: realitykit
role: sampleCode
role_heading: Sample Code
path: sample-code/realitykit/scanning-objects-using-object-capture
---

# Scanning objects using Object Capture

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

## Overview

Overview note: This sample code project is associated with WWDC24 session 10107: Discover area mode for Object Capture and WWDC23 session 10191: Meet Object Capture for iOS. 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

## See Also

### Model creation

- [Capturing photographs for RealityKit Object Capture](realitykit/capturing-photographs-for-realitykit-object-capture.md)
- [Creating 3D objects from photographs](realitykit/creating-3d-objects-from-photographs.md)
- [Building an object reconstruction app](realitykit/building-an-object-reconstruction-app.md)
- [Creating a photogrammetry command-line app](realitykit/creating-a-photogrammetry-command-line-app.md)
- [Using object capture assets in RealityKit](realitykit/using-object-capture-assets-in-realitykit.md)
- [PhotogrammetrySession](realitykit/photogrammetrysession.md)
- [PhotogrammetrySample](realitykit/photogrammetrysample.md)
- [ObjectCaptureView](realitykit/objectcaptureview.md)
- [ObjectCaptureSession](realitykit/objectcapturesession.md)
- [ObjectCapturePointCloudView](realitykit/objectcapturepointcloudview.md)
