Contents

builtInTripleCamera

A built-in camera device type that consists of three cameras of fixed focal length, one ultrawide angle, one wide angle, and one telephoto.

Declaration

static let builtInTripleCamera: AVCaptureDevice.DeviceType

Discussion

The built-in triple camera supports the following features:

  • Automatic switching from one camera to another when zoom factor, light level, and focus position allow.

  • Delivery of photos from constituent devices (ultrawide angle, wide angle, and telephoto cameras) from a single photo capture request.

The built-in triple camera doesn’t support the following features:

Even when locked, exposure duration, ISO, aperture, white balance gains, or lens position may change when the device switches from one camera to another. However, the overall exposure, white balance, and focus position should be consistent.

See Also

Cameras