Re: [mediacapture-image] Stop referring to `advanced` constraints (#252)

Agreed, though that seems to make the use of `ConstrainDouble` also problematic as setting `'min'` or `'max'` would also create a required constraint.

Focusing on the intention of this design, the reason for the `true` value is to make it possible for a site to declare that it wants to control pan, tilt, and/or zoom without specifying any particular value. This is important as before `getUserMedia()` returns the site doesn't know what the supported settings range is or what the current position of the camera is and so no value is appropriate to pass in the initial `getUserMedia()` call. `true` is used as a sentinel instead to simply indicate the desire to potentially control this setting in the future..

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/252#issuecomment-679420914 using your GitHub account


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

Received on Monday, 24 August 2020 23:44:56 UTC