[mediacapture-image] Support for zero shutter lag use-cases?

alexshalamov has just created a new issue for https://github.com/w3c/mediacapture-image:

== Support for zero shutter lag use-cases? ==
Would be nice to have an API / setting that will provide zero shutter lag support. For example, after setting that parameter in PhotoSettings, takePhoto would return YUV blob that can be sent back to camera for processing in order to get, e.g., jpg image.

`imgCap.takePhoto().then( photo => { imgCap.process(photo); } ).then(jpg => {saveJpg(jpg)});`

Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/162 using your GitHub account

Received on Tuesday, 28 March 2017 08:29:35 UTC