CalibrationMode enum
An enumeration representing the calibration modes for calibration processes.
-
ONE: Represents a calibration mode with one target point. In this mode, the user aligns their gaze or input with a single point as part of the calibration process.
-
FIVE: Represents a calibration mode with five target points. It provides higher accuracy compared to the ONE mode.
-
SIX: Represents a calibration mode with six target points. It offers even higher accuracy and precision, suitable for demanding calibration requirements.
Values
- ONE → const CalibrationMode
- FIVE → const CalibrationMode
- SIX → const CalibrationMode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
CalibrationMode> - A constant List of the values in this enum, in order of their declaration.