---
title: depthData
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesynchronizeddepthdata/depthdata
---

# depthData

The depth data captured at this synchronization point.

## Declaration

```swift
var depthData: AVDepthData { get }
```

## Discussion

Discussion If the depthDataWasDropped property is true, this AVDepthData object does not contain a depth map (instead, it contains only metadata). This value is equivalent to that provided by the depthDataOutput(_:didOutput:timestamp:connection:) or depthDataOutput(_:didDrop:timestamp:connection:reason:) delegate method when using a depth capture output without a data output synchronizer.
