- From: gmandyam via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Sep 2016 23:38:07 +0000
- To: public-media-capture@w3.org
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