---
title: AVDepthData.Quality.low
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avdepthdata/quality/low
---

# AVDepthData.Quality.low

The depth map is a poor candidate for rendering high-quality depth effects or reconstructing a 3D scene.

## Declaration

```swift
case low
```

## Discussion

Discussion Low quality occurs when the process generating the depth map (such as inference of depth from disparity on a device with dual cameras) cannot find enough distinct key points in the input images, resulting in a large number of invalid depth values in the (pre-filtered) map.

## See Also

### Depth quality values

- [AVDepthData.Quality.high](avfoundation/avdepthdata/quality/high.md)
