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

It also wouldn't resolve the current browser difference over
```js
await track.applyConstraints({width: 640, height: 360});
```
...which I was hoping to do. I was thinking something like:

*"The User Agent SHOULD omit downscaled or decimated settings dictionaries if constraints are specified using any of the keywords 'min', ‘max', 'exact' or ‘ideal'."*


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

Received on Sunday, 6 August 2017 04:02:27 UTC