---
title: currentFrame
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arsession/currentframe
---

# currentFrame

The most recent still frame captured by the active camera feed, including ARKit’s interpretation of it.

## Declaration

```swift
@NSCopying var currentFrame: ARFrame? { get }
```

## Mentioned in

Displaying an AR Experience with Metal

## See Also

### Accessing the camera frame

- [ARFrame](arkit/arframe.md)
- [captureHighResolutionFrame(completion:)](arkit/arsession/capturehighresolutionframe(completion:).md)
