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

> I don't see why an application that specifies a range between 1-1000 should be forbidden from having a rescaled track in that range.

In Chrome, what's the difference between
```js
await track.applyConstraints({height: {min: 1, ideal: 638, max: 1000});
```
and
```js
await track.applyConstraints({height: 638});
```
?

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

Received on Monday, 7 August 2017 02:08:13 UTC