CameraStabilizationMode enum

Camera stabilization modes.

The camera stabilization effect increases in the order of 1 < 2 < 3, and the latency will also increase accordingly.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

CameraStabilizationMode()
const

Values

cameraStabilizationModeOff → const CameraStabilizationMode

-1: (Default) Camera stabilization mode off.

cameraStabilizationModeAuto → const CameraStabilizationMode

0: Automatic camera stabilization. The system automatically selects a stabilization mode based on the status of the camera. However, the latency is relatively high in this mode, so it is recommended not to use this enumeration.

cameraStabilizationModeLevel1 → const CameraStabilizationMode

1: (Recommended) Level 1 camera stabilization.

cameraStabilizationModeLevel2 → const CameraStabilizationMode

2: Level 2 camera stabilization.

cameraStabilizationModeLevel3 → const CameraStabilizationMode

3: Level 3 camera stabilization.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CameraStabilizationMode>
A constant List of the values in this enum, in order of their declaration.