Contents

controls

The controls that allow configuring the camera system from device hardware.

Declaration

var controls: [AVCaptureControl] { get }

Discussion

You modify the contents of this array by calling the addControl(_:) and removeControl(_:) methods.

See Also

Configuring capture controls