Contents

depthData

Depth data associated with the image.

Declaration

var depthData: AVDepthData? { get }

Discussion

Returns an AVDepthData if the CIImage was created with imageWithData: or imageWithContentsOfURL: and one of the options auxiliaryDepth or auxiliaryDisparity, otherwise nil.

See Also

Accessing Original Image Content