Re: [mediacapture-main] MediaStreamTrack resizeMode constraint is too vague to request specific strategy (#702)

Options:
 1. Work around it using `track.clone` and set one to a high-res 16:9 mode using `resizeMode: none` and the other to the resolution you want. This should force the implementation to open the higher res (in theory, may not work on all browsers yet)
 2. File a bug on browsers to stop cropping 4:3 to 16:9 (though there's a performance cost I hear)
 3. Since user agents are ultimately allowed to choose which mode to pick, ask them to look at `aspectRatio` as a hint
 4. Define a new `scale-only` value in the spec specifically to disallow cropping.


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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 September 2020 14:49:20 UTC