objective c - AVFoundation set white balance values back to auto -
i'm building app want change white balance using avcapturewhitebalancetemperatureandtintvalues, after while want change white balance automatic. there variable in avfoundation allows reset temperature , tint values auto?
figured out. in same boat, line of code added:
[_videodevice setwhitebalancemode:avcapturewhitebalancemodecontinuousautowhitebalance];
Comments
Post a Comment