* Move everything into package * Remove .DS_Store * Move scripts and eslintrc to package * Create CODE_OF_CONDUCT.md * fix some links * Update all links (I think) * Update generated docs * Update notice-yarn-changes.yml * Update validate-android.yml * Update validate-cpp.yml * Delete notice-yarn-changes.yml * Update validate-cpp.yml * Update validate-cpp.yml * Update validate-js.yml * Update validate-cpp.yml * Update validate-cpp.yml * wrong c++ style * Revert "wrong c++ style" This reverts commit 55a3575589c6f13f8b05134d83384f55e0601ab2.
4.1 KiB
id | title | sidebar_position | custom_edit_url |
---|---|---|---|
CameraDeviceFormat | CameraDeviceFormat | 0 | null |
A Camera Device's video format. Do not create instances of this type yourself, only use Camera.getAvailableCameraDevices()
.
Properties
autoFocusSystem
• autoFocusSystem: AutoFocusSystem
Specifies this format's auto focus system.
Defined in
fieldOfView
• fieldOfView: number
The video field of view in degrees
Defined in
maxFps
• maxFps: number
The maximum frame rate this Format is able to run at. High resolution formats often run at lower frame rates.
Defined in
maxISO
• maxISO: number
Maximum supported ISO value
Defined in
maxZoom
• maxZoom: number
The maximum zoom factor (e.g. 128
)
Defined in
minFps
• minFps: number
The minum frame rate this Format needs to run at. High resolution formats often run at lower frame rates.
Defined in
minISO
• minISO: number
Minimum supported ISO value
Defined in
photoHeight
• photoHeight: number
The height of the highest resolution a still image (photo) can be produced in
Defined in
photoWidth
• photoWidth: number
The width of the highest resolution a still image (photo) can be produced in
Defined in
pixelFormats
• pixelFormats: PixelFormat
[]
Specifies this format's supported pixel-formats.
In most cases, this is ['native', 'yuv']
.
Defined in
supportsPhotoHDR
• supportsPhotoHDR: boolean
Specifies whether this format supports HDR mode for photo capture
Defined in
supportsVideoHDR
• supportsVideoHDR: boolean
Specifies whether this format supports HDR mode for video capture
Defined in
videoHeight
• videoHeight: number
The video resolutions's height
Defined in
videoStabilizationModes
• videoStabilizationModes: VideoStabilizationMode
[]
All supported video stabilization modes
Defined in
videoWidth
• videoWidth: number
The video resolution's width