[mediacapture-image] Merged Pull Request: Converted whiteBalanceMode to MeteringMode and adding colorTemperature

gmandyam has just merged miguelao's pull request 54 for 
https://github.com/w3c/mediacapture-image:

== Converted whiteBalanceMode to MeteringMode and adding 
colorTemperature ==
This PR suggest a correction to the (Auto) White Balance 
getter/setter. `PhotoSettings` says:
```
boolean       autoWhiteBalanceMode;
unsigned long whiteBalanceMode;
```
instead, is better to have `whiteBalanceMode` be a `MeteringMode` 
(i.e. `manual`, `continuous` etc.) and add a parameter 
`colorTemperature` to indicate its current/desired magnitude. This 
`colorTemperature` only applies when `whiteBalanceMode` is in manual 
mode.

See https://github.com/w3c/mediacapture-image/pull/54

Received on Friday, 2 September 2016 23:38:13 UTC