Re: [mediacapture-main] resizeMode: "none" should imply native frame rates (#762)

I don't understand the initial "two applyConstraints calls" comment - are you suggesting:

track.applyConstraints({resizeMode: "none", width: 1280, height: 768}) => pick HD with native frame rate
settings = track.getSettings()
applyConstraints({resizeMode: "crop-and-scale", width: {exact: settings.width}, height: {exact: settings.height}, frameRate=5});

that is - you have to change the resize mode (and therefore be precise about the width and height) if you want decimation,
or are you suggesting something else?


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


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

Received on Tuesday, 5 January 2021 15:03:21 UTC