---
title: exifData
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arframe/exifdata
---

# exifData

Auxiliary data for the captured image.

## Declaration

```swift
var exifData: [String : Any] { get }
```

## Discussion

Discussion The system’s image capture pipeline produces pixel data and auxiliary information for each exposure. The AR frame exposes this pixel data through capturedImage and the auxilliary info through this property (exifData). Example EXIF data includes camera manufacturer, orientation, compression, resolution, exposure, and the date and time that the exposure occurred.

## See Also

### Accessing camera data

- [camera](arkit/arframe/camera.md)
- [capturedImage](arkit/arframe/capturedimage.md)
- [timestamp](arkit/arframe/timestamp.md)
- [cameraGrainIntensity](arkit/arframe/cameragrainintensity.md)
- [cameraGrainTexture](arkit/arframe/cameragraintexture.md)
