Interface: CameraDeviceFormat
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​
CameraDevice.ts:107
fieldOfView​
• fieldOfView: number
The video field of view in degrees
Defined in​
CameraDevice.ts:79
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​
CameraDevice.ts:103
maxISO​
• maxISO: number
Maximum supported ISO value
Defined in​
CameraDevice.ts:71
maxZoom​
• maxZoom: number
The maximum zoom factor (e.g. 128
)
Defined in​
CameraDevice.ts:83
minFps​
• minFps: number
The minum frame rate this Format needs to run at. High resolution formats often run at lower frame rates.
Defined in​
CameraDevice.ts:99
minISO​
• minISO: number
Minimum supported ISO value
Defined in​
CameraDevice.ts:75
photoHeight​
• photoHeight: number
The height of the highest resolution a still image (photo) can be produced in
Defined in​
CameraDevice.ts:55
photoWidth​
• photoWidth: number
The width of the highest resolution a still image (photo) can be produced in
Defined in​
CameraDevice.ts:59
pixelFormats​
• pixelFormats: PixelFormat
[]
Specifies this format's supported pixel-formats.
In most cases, this is ['native', 'yuv']
.
Defined in​
CameraDevice.ts:116
supportsDepthCapture​
• supportsDepthCapture: boolean
Specifies whether this format supports delivering depth data for photo or video capture.
Defined in​
CameraDevice.ts:95
supportsPhotoHDR​
• supportsPhotoHDR: boolean
Specifies whether this format supports HDR mode for photo capture
Defined in​
CameraDevice.ts:91
supportsVideoHDR​
• supportsVideoHDR: boolean
Specifies whether this format supports HDR mode for video capture
Defined in​
CameraDevice.ts:87
videoHeight​
• videoHeight: number
The video resolutions's height
Defined in​
CameraDevice.ts:63
videoStabilizationModes​
• videoStabilizationModes: VideoStabilizationMode
[]
All supported video stabilization modes
Defined in​
CameraDevice.ts:111
videoWidth​
• videoWidth: number
The video resolution's width
Defined in​
CameraDevice.ts:67