mediacapture-image icon indicating copy to clipboard operation
mediacapture-image copied to clipboard

Mediastream Image Capture

Results 31 mediacapture-image issues
Sort by recently updated
recently updated
newest added

In "_10. Photo Capabilities and Constrainable Properties_" point 3 it says "_Focus mode describes the focus setting of the capture device (e.g. `auto` or `manual`)._" However, `focusMode` is defined as...

This issue serves as a tracking tool for wide review. - [ ] [TAG](https://github.com/w3ctag/design-reviews/issues/651) - [ ] [A11Y](https://github.com/w3c/a11y-request/issues/8) - [x] [I18N](https://github.com/w3c/i18n-request/issues/158) - [ ] [Privacy](https://github.com/w3cping/privacy-request/issues/45) - [ ] [Security](https://github.com/w3c/security-request/issues/6)

During the TAG review (https://github.com/w3ctag/design-reviews/issues/651) we were wondering why the PhotoSettings/Capabilities were restricted to resolution and flash mode. Does it make sense to allow the user to set other features...

(this issue is from the review I did as part of PING's HR review) Currently, the spec mentions, non-normatively, that implementors might consider preventing unexpected information loss through image headers....

privacy-needs-resolution

Following up from conversations in [263](https://github.com/w3c/mediacapture-image/issues/263) -- other than a very helpful explanation on https://web.dev/camera-pan-tilt-zoom/, it's not clear to API consumers why chromium does not recognize the `pan` and `tilt`...

(this issue is from the review I did as part of PING's HR review) Currently the text states the following: > The supported resolutions are presented as segregated imageWidth and...

privacy-needs-resolution

(this issue is from the review I did as part of PING's HR review) It seems like you could communicate cross frames easily using takePhoto to set `PhotoSettings` in one...

privacy-needs-resolution

(this issue is from the review I did as part of PING's HR review) The values returned in `getPhotoCapabilities` include additional details about hardware capabilities (and, possibly, configuration). I realize...

privacy-needs-resolution

The current getUserMedia / enumerateDevices system has significant privacy failings, which are only partially mitigated, but not fundamentally solved, through recent spec changes like requiring an activation in the frame,...

privacy-tracker

As stated in #279, the spec requests `{name: "camera", panTiltZoom: true}` permissions but does not check whether the permissions were granted or denied. That is clearly not the intention. ***...

PTZ