- From: Eero Häkkinen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Sep 2020 14:15:04 +0000
- To: public-webrtc-logs@w3.org
Chrome implements fitness distance so that `{pan: {}}` increases fitness distance for pan incapable devices by 1 in the basic set and effectively by infinity in the advanced sets. Thus `navigator.mediaDevices.getUserMedia({video: {pan: {}}})` prefers pan capable devices and `navigator.mediaDevices.getUserMedia({video: {advanced: [{pan: {}, ...}]}})` either selects a pan capable device or ignores the advanced constraint set completely. -- GitHub Notification of comment by eehakkin Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/263#issuecomment-700734354 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 September 2020 14:15:05 UTC