- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Jan 2021 15:03:17 +0000
- To: public-webrtc-logs@w3.org
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