Re: [mediacapture-main] ResizeMode (crop-and-scale) is underspecified (#584)

To this day if you ask for 640x360 which is a 16:9 aspect chrome feels its within the spec to take 640x480 and zoom/crop it to get the desired res (Even when resizeMode is "none") I think we are missing a "scale" resizeMode or a way to say you would prefer to downscale the first encountered native resolution of desired aspectRatio than to crop an unrequested aspect ratio. There is no way to currently express this. For instance: I would like it to downscale 1280x720 to 640x360 over cropping 640x480 to 640x360. Having the host scale the image is a better use of resources than sending an unwanted resolution.

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

Received on Monday, 22 June 2020 22:47:00 UTC