Re: [mediacapture-image] Clarify meaning of PTZ constraints presence (#256)

I think option 3 will give us what we want naturally.

`pan: true` would then give a [fitness distance](https://w3c.github.io/mediacapture-main/getusermedia.html#dfn-fitness-distance) of 1 to all non-panable devices, based onĀ¹

    (actual == ideal) ? 0 : 1

Then we wouldn't need any special rules, which I think is a win.

---
<sub>1) For those with a sharp eye: yes we forgot to define distance for boolean constraints in mediacapture main, because it hasn't come up before. I.e. you can't really pick mics based on the `echoCancellation` constraint</sub>

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/256#issuecomment-686806744 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 23:03:11 UTC