Re: [mediacapture-image] Use constrainable pattern for ImageCapture (second take)

@miguelao I think at minimum we'd need to allow the `exact` and `ideal` keywords, since the constraints algorithm relies on these. E.g.:

```js
dictionary ConstrainPoint2DParameters {
    sequence<Point2D> exact;
    sequence<Point2D> ideal;
};
typedef (sequence<Point2D> or ConstrainPoint2DParameters) ConstrainPoint2D;
```
should do it.


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

Received on Thursday, 9 March 2017 16:20:57 UTC