- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Jun 2015 06:19:50 +0000
- To: public-media-capture-logs@w3.org
jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-main: == How is adaptive frame rate to be handled? == (Asking here first, hoping this is covered) Assume a hires camera does 30 fps in good light, but drops to 10 fps in poor lighting, in all its modes. It doesn’t tell us what the current lighting conditions are, I think. Issues: * What should MediaCapabilities show for frameRate? * What should MediaSettings show for frameRate? * Should getUserMedia({ video: { frameRate: { min: 20 } } }) succeed? * Should getUserMedia({ video: { frameRate: { max: 20 } } }) succeed? * Can overconstrained event ever fire due to a change in lighting? * What is the fitness distance of this camera for frameRate x? See https://github.com/w3c/mediacapture-main/issues/193
Received on Tuesday, 16 June 2015 06:19:52 UTC