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

Popular posts from this blog

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

wordpress - (T_ENDFOREACH) php error -

Using django-mptt to get only the categories that have items -