我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The PhotoCapabilities
interface of the the MediaStream Image Capture API provides provides available configuration options for an attatched photographic device.
Properties
PhotoCapabilities.redEyeReduction
Read only- Returns a
RedEyeReduction
object indicating the red-eye reduction capability of the source. PhotoCapabilities.imageHeight
Read only- Returns a
MediaSettingsRange
object indicating the image height range supported by the user agent. PhotoCapabilities.imageWidth
Read only- Returns a
MediaSettingsRange
object indicating the image width range supported by the user agent. PhotoCapabilities.fillLightMode
Read only- Returns an array of available fill light options. Options may include
auto
,off
, orflash
.
Specifications
Specification | Status | Comment |
---|---|---|
MediaStream Image Capture The definition of 'PotoCapabilities' in that specification. |
Unknown | Initial definition. |
Browser Compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 59 | ? | ? | ? | ? |
Feature | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | 59 | 59 | ? | ? | ? | ? | ? |