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.
The controls that allow configuring the camera system from device hardware.
var controls: [AVCaptureControl] { get }You modify the contents of this array by calling the addControl(_:) and removeControl(_:) methods.