Contents

ARObjectScanningConfiguration

A configuration that recognizes objects and collects high-fidelity data about specific objects using the rear-facing camera.

Declaration

class ARObjectScanningConfiguration

Overview

To create an app that recognizes objects in the physical environment, first you scan them during development using ARObjectScanningConfiguration. After you’ve scanned an object, call createReferenceObject(transform:center:extent:completionHandler:) to turn it into an ARReferenceObject that you can use to detect it again at run-time. When users run your app, you ask ARKit to look for your scanned obects by running a world tracking configuration and assigning reference objects to its detectionObjects property.

Topics

Creating a Configuration

Enabling Plane Detection

Managing Device Camera Behavior