Re: [mediacapture-main] How to implement web-compatible camera downscaling?

What about having extra boolean constraints to control various forms of video processing.
We already have this in audio with constraints such as echoCancellation, noiseSupression and autoGainControl.
We could have additional frameRateAdjustment and rescaling constraints that work similarly for video.
This approach would have the advantage of consistency with the existing audio API, can be introduced progressively by browsers without altering the behavior of existing applications, and probably requires fewer spec changes.

-- 
GitHub Notification of comment by guidou
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/472#issuecomment-320429714 using your GitHub account

Received on Saturday, 5 August 2017 08:29:29 UTC