---
title: AVDepthData.Accuracy
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avdepthdata/accuracy
---

# AVDepthData.Accuracy

Values indicating the general accuracy of a depth data map.

## Declaration

```swift
enum Accuracy
```

## Overview

Overview The accuracy of a depth data map is highly dependent on the camera calibration data used to generate it. If the camera’s focal length cannot be precisely determined at the time of capture, a scaling error in the z (depth) plane is introduced. If the camera’s optical center can’t be precisely determined at capture time, a principal point error is introduced, leading to an offset error in the disparity estimate. These values report the accuracy of a map’s values with respect to its reported units.

## Topics

### Accuracy values

- [AVDepthData.Accuracy.relative](avfoundation/avdepthdata/accuracy/relative.md)
- [AVDepthData.Accuracy.absolute](avfoundation/avdepthdata/accuracy/absolute.md)

### Initializers

- [init(rawValue:)](avfoundation/avdepthdata/accuracy/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Evaluating depth data

- [isDepthDataFiltered](avfoundation/avdepthdata/isdepthdatafiltered.md)
- [depthDataAccuracy](avfoundation/avdepthdata/depthdataaccuracy.md)
- [depthDataQuality](avfoundation/avdepthdata/depthdataquality.md)
- [AVDepthData.Quality](avfoundation/avdepthdata/quality.md)
