autoExposureSettings(exposureTargetBias:)
Creates an AVCaptureAutoExposureBracketedStillImageSettings using the specified exposure target bias.
Declaration
class func autoExposureSettings(exposureTargetBias: Float) -> SelfParameters
- exposureTargetBias:
The exposure target bias. Pass
AVCaptureExposureTargetBiasCurrentto leave the Exposuretargetbias unchanged for this image.
Return Value
An initialized AVCaptureAutoExposureBracketedStillImageSettings instance.