AVCaptureSystemExposureBiasSlider
A control that adjusts the exposure bias of a capture device within the system-recommended range.
Declaration
class AVCaptureSystemExposureBiasSliderMentioned in
Overview
This control defines its range by querying the systemRecommendedExposureBiasRange property of the device’s active format. If a device’s activeFormat value changes, the slider updates its range with the new format’s system-recommended value.
To use this control, add it to the capture session by calling the session’s addControl(_:) method.