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

That particular example Chrome would produce the same result for cameras (provided the camera always produces frames at the same resolution).
For screen capture, the first one will never exceed 1000 while the second might, depending on particular min/max values. In this paticular case, resolution will likely be adjusted to 640 for performance in both cases. With different values the results might differ.

Of course, for camera capture, I can easily produce examples combining width, height and aspect ratio where the selected resolution does not equal ideals, but where the results are different depending on the min/max values.  So, if your point is that ranges are in practice ignored in Chrome if you provide ideal is not valid in general.

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

Received on Monday, 7 August 2017 06:10:12 UTC