Interface: CameraDeviceFormat
A Camera Device's stream-configuration format.
A format specifies:
- Video Resolution (
videoWidth
/videoHeight
) - Photo Resolution (
photoWidth
/photoHeight
) - Possible FPS ranges (
fps
) - Video Stabilization Modes (
videoStabilizationModes
)
Properties​
autoFocusSystem​
• autoFocusSystem: AutoFocusSystem
Specifies this format's auto focus system.
Defined in​
types/CameraDevice.ts:108
fieldOfView​
• fieldOfView: number
The video field of view in degrees
Defined in​
types/CameraDevice.ts:84
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​
types/CameraDevice.ts:104
maxISO​
• maxISO: number
Maximum supported ISO value
Defined in​
types/CameraDevice.ts:76
minFps​
• minFps: number
The minum frame rate this Format needs to run at. High resolution formats often run at lower frame rates.
Defined in​
types/CameraDevice.ts:100
minISO​
• minISO: number
Minimum supported ISO value
Defined in​
types/CameraDevice.ts:80
photoHeight​
• photoHeight: number
The height of the highest resolution a still image (photo) can be produced in
Defined in​
types/CameraDevice.ts:60
photoWidth​
• photoWidth: number
The width of the highest resolution a still image (photo) can be produced in
Defined in​
types/CameraDevice.ts:64
supportsDepthCapture​
• supportsDepthCapture: boolean
Specifies whether this format supports delivering depth data for photo or video capture.
Defined in​
types/CameraDevice.ts:96
supportsPhotoHdr​
• supportsPhotoHdr: boolean
Specifies whether this format supports HDR mode for photo capture
Defined in​
types/CameraDevice.ts:92
supportsVideoHdr​
• supportsVideoHdr: boolean
Specifies whether this format supports HDR mode for video capture
Defined in​
types/CameraDevice.ts:88
videoHeight​
• videoHeight: number
The video resolutions's height
Defined in​
types/CameraDevice.ts:68
videoStabilizationModes​
• videoStabilizationModes: VideoStabilizationMode
[]
All supported video stabilization modes
Defined in​
types/CameraDevice.ts:112
videoWidth​
• videoWidth: number
The video resolution's width
Defined in​
types/CameraDevice.ts:72