I figured out how to adjust the temp and tint of an existing session with deviceWhiteBalanceGainsForTemperatureAndTintValues
which takes a parameter of AVCaptureWhiteBalanceTemperatureAndTintValues
. But I'm struggling to figure out a way to read the current of new value.
Any one know of a way to do this? I would like to set UISliders
with the values of the Temp and Tint.