The PhotoCapabilities interface of the the MediaStream Image
API provides available configuration options for an attached
device. A PhotoCapabilities object is retrieved by calling ImageCapture.getPhotoCapabilities()
.
The PhotoCapabilities interface of the the MediaStream Image API provides available configuration options for an attached device. A PhotoCapabilities object is retrieved by calling `ImageCapture.getPhotoCapabilities()`.
(fill-light-mode this)
Property.
[Read Only] [Experimental]
The fillLightMode read-only property of the web.media.PhotoCapabilities
returns an array of available fill light options. Options may
auto, off, or flash.
var lightModes[] = photoCapabilities.fillLightMode
See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/fillLightMode
Property. [Read Only] [Experimental] The fillLightMode read-only property of the `web.media.PhotoCapabilities` returns an array of available fill light options. Options may auto, off, or flash. `var lightModes[] = photoCapabilities.fillLightMode` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/fillLightMode`
(image-height this)
Property.
[Read Only] [Experimental]
The imageHeight read-only property of the web.media.PhotoCapabilities
returns a web.media.MediaSettingsRange
object indicating the
height range supported by the user agent.
var mediaSettingsRange = photoCapabilities.imageHeight
See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageHeight
Property. [Read Only] [Experimental] The imageHeight read-only property of the `web.media.PhotoCapabilities` returns a `web.media.MediaSettingsRange` object indicating the height range supported by the user agent. `var mediaSettingsRange = photoCapabilities.imageHeight` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageHeight`
(image-width this)
Property.
[Read Only] [Experimental]
The imageWidth read-only property of the web.media.PhotoCapabilities
returns a web.media.MediaSettingsRange
object indicating the
width range supported by the user agent.
var mediaSettingsRange = photoCapabilities.imageWidth
See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageWidth
Property. [Read Only] [Experimental] The imageWidth read-only property of the `web.media.PhotoCapabilities` returns a `web.media.MediaSettingsRange` object indicating the width range supported by the user agent. `var mediaSettingsRange = photoCapabilities.imageWidth` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageWidth`
(red-eye-reduction this)
Property.
[Read Only] [Experimental]
The redEyeReduction read-only property of the web.media.PhotoCapabilities
returns a RedEyeReduction
object indicating the red-eye reduction
of the source.
var redEyeReduction = photoCapabilities.redEyeReduction
See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/redEyeReduction
Property. [Read Only] [Experimental] The redEyeReduction read-only property of the `web.media.PhotoCapabilities` returns a `RedEyeReduction` object indicating the red-eye reduction of the source. `var redEyeReduction = photoCapabilities.redEyeReduction` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/redEyeReduction`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close