- From: Miguel Casas-Sanchez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 Aug 2016 01:18:43 +0000
- To: public-media-capture@w3.org
miguelao has just submitted a new pull request 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 Wednesday, 31 August 2016 01:18:50 UTC