CameraConfiguration class

Constructors

CameraConfiguration(List<BarcodeType> types, Resolution resolution, Framerate framerate, DetectionMode detectionMode, CameraPosition position)
const

Properties

detectionMode DetectionMode
Determines how the camera reacts to detected barcodes.
final
framerate Framerate
The target framerate of the camera feed.
final
hashCode int
The hash code for this object.
no setterinherited
position CameraPosition
The physical position of the camera being used.
final
resolution Resolution
The target resolution of the camera feed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<BarcodeType>
The types the scanner should look out for.
final

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