DCVCameraEnhancer class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
disableEnhancedFeatures(int feature) Future<void>
enableEnhancedFeatures(int feature) Future
getAutoZoomRange() Future<RangeValues?>
getMaxZoomFactor() Future<double?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future
selectCamera(EnumCameraPosition position) Future
setAutoZoomRange(RangeValues zoomRange) Future
setScanRegion(Region? scanRegion) Future
Specify a scan region for the camera. The video frames will be cropped based on the scan region.
setZoomFactor(double zoomFactor) Future
toString() String
A string representation of this object.
inherited
turnOffTorch() Future
turnOnTorch() Future

Operators

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

Static Methods

createInstance() Future<DCVCameraEnhancer>