AVCaptureDeviceTypeBuiltInTrueDepthCamera

Static AVCaptureDeviceTypeBuiltInTrueDepthCamera 

Source
pub unsafe static AVCaptureDeviceTypeBuiltInTrueDepthCamera: &'static AVCaptureDeviceType
Available on crate feature AVCaptureDevice only.
Expand description

A device that consists of two cameras, one YUV and one Infrared. The infrared camera provides high quality depth information that is synchronized and perspective corrected to frames produced by the YUV camera. While the resolution of the depth data and YUV frames may differ, their field of view and aspect ratio always match. Note that devices of this type may only be discovered using an AVCaptureDeviceDiscoverySession or -[AVCaptureDevice defaultDeviceWithDeviceType:mediaType:position:].

See also Apple’s documentation