I'm trying to get AVFoundation to provide the same low-light boost provided in the native camera app.
I have tried:
isLowLightBoostSupported
(which always returns false, regardless of my configuration)setExposureTargetBias
set to maxAVCaptureSessionPreset
set to various options without success
Is automaticallyEnablesLowLightBoostWhenAvailable
outdated? The documentation claims "capture device that supports this feature may only engage boost mode for certain source formats or resolutions", but with no explanation of which formats or resolutions. I can't tell if the option is no longer supported, or if there is some configuration permutation I haven't yet found.