[mediacapture-main] How is adaptive frame rate to be handled?

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