How to get the exact value of the camera's white balance parameters when it is in automatic mode?

I have a Camera object with white balance set to auto. Can you find the actual white balance setting that is applied the moment I take the photo?

+3


source to share


1 answer


There seems to be no way to do this.

You can find what you're looking for by browsing the Exif metadata for the final JPEG (after the image has been taken) to find the ColorSpace tag.



According to the color space specification, you can find out the light point of the light: http://en.wikipedia.org/wiki/RGB_color_space#Specifications

+1


source







All Articles