builtInTrueDepthCamera constant

String const builtInTrueDepthCamera

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 CaptureDeviceDiscoverySession or AVCaptureDevice.defaultDeviceWithDeviceType.

Implementation

static const String builtInTrueDepthCamera =
    'AVCaptureDeviceTypeBuiltInTrueDepthCamera';