Hi I'm building a scanning IOS app (BarCode and QRCode). I have a silder to adjust the exposure value (to make image brighter or darker depend on light condition. I'm using this to set the exposure value manually
captureDevice.setExposureTargetBias(slider.value, completionHandler: nil)
But my question is what is the min and max value of ExposureTargetBias
so that we can set min
and max
value for slider
accordingly?
Is this an appropriate way to adjust the brightness of image or there are another? (iOS).
You can use captureDevice.minExposureTargetBias
and captureDevice.maxExposureTargetBias
for the min and max values of your slider.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With