CaptureMode enum

The method by which the final result is obtained.

Inheritance
Available extensions

Values

autoCapture → const CaptureMode

Auto capture mode (automatic mode).

Once specified count of consecutive valid frames have been acquired, the candidate selection process is triggered and continues for specified time in milliseconds. During this period, the system analyzes the pool of valid images to determine the most suitable result image.

waitForRequest → const CaptureMode

Wait for request mode (manual mode).

The process remains in a waiting state until the requestCapture() call is invoked, signaling the request of the capture event.

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<CaptureMode>
A constant List of the values in this enum, in order of their declaration.