Re: [mediacapture-image] Add pan and tilt constraints

@dsanders11 Again, I don't have a strong opinion atm. Just noting that if people can remember that then they can probably remember:
```js
track.getSettings().pan.toFixed(2) == pan.toFixed(2)
```
which is actually less to remember because it's not critical they get the `2` right.

FWIW, [aspectRatio](https://w3c.github.io/mediacapture-main/getusermedia.html#def-constraint-aspect) is rounded to the 10th decimal point (though nobody implements that constraint yet AFAIK). The constraints language also has `min` and `max` which may be used over `exact`.

I don't know much about arc seconds.



-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/pull/182#issuecomment-310840697 using your GitHub account

Received on Saturday, 24 June 2017 14:10:16 UTC