AVCaptureDeviceTypeBuiltInLiDARDepthCamera

Static AVCaptureDeviceTypeBuiltInLiDARDepthCamera 

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

A device that consists of two cameras, one YUV and one LiDAR. The LiDAR camera provides high quality, high accuracy depth information by measuring the round trip of an artificial light signal emitted by a laser. The depth is synchronized and perspective corrected to frames produced by the paired 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