Re: [mediacapture-image] Update pan, tilt and zoom constraints (#218)

@eehakkin Was the reason for the new `true` semantics to be able to acquire the camera without altering the current pan, tilt and zoom values? Otherwise why not just:
```js
navigator.mediaDevices.getUserMedia({video: {pan: 0, tilt: 0, zoom: 1}});
```


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

Received on Monday, 6 April 2020 20:56:54 UTC