The redEyeReduction read-only property of the PhotoCapabilities interface returns an enum indicating the red-eye reduction capability of the source.
Syntax
const redEyeReduction = photoCapabilities.redEyeReduction
Value
One of "never", "always", or "controllable".
never- Red-eye reduction is not available.
always- Red-eye reduction is available in the source and it is always turned on.
controllable- Red-eye reduction is available in the source and it is configurable via the
PhotoSettingsobject.
Specifications
| Specification | Status | Comment |
|---|---|---|
| MediaStream Image Capture The definition of 'redEyeReduction' in that specification. |
Working Draft | Initial definition. |
Browser Compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
redEyeReduction | Chrome Full support 59 | Edge Full support ≤79 | Firefox ? | IE ? | Opera Full support 46 | Safari ? | WebView Android Full support 59 | Chrome Android Full support 59 | Firefox Android ? | Opera Android Full support 43 | Safari iOS ? | Samsung Internet Android Full support 7.0 |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
