Contents

depthData

Depth or disparity map data captured with the photo.

Declaration

var depthData: AVDepthData? { get }

Mentioned in

Discussion

To request capture of depth data alongside a photo (on supported devices), set the isDepthDataDeliveryEnabled property of your photo settings object to true when requesting photo capture. If you did not request depth data delivery, this property’s value is nil.

See Also

Accessing photo metadata