Contents

ARFrame

A video image captured as part of a session with position-tracking information.

Declaration

class ARFrame

Mentioned in

Overview

A running session continuously captures video frames from the device’s camera while ARKit analyzes the captures to determine the user’s position in the world. ARKit can provide this information to you in the form of an ARFrame in two ways:

To automatically receive all frames as ARKit captures them, make one of your objects the delegate of your app’s ARSession.

Each frame can contain additional data, for example, EXIF (exifData), or data based on any particular frameSemantics that you enable.

Topics

Accessing camera data

Accessing scene data

Tracking and interacting with the real world

Checking world-mapping status

Checking for people

Assessing geo-tracking condition

See Also

Accessing the camera frame