dynamsoft_capture_vision_flutter 1.3.2
dynamsoft_capture_vision_flutter: ^1.3.2 copied to clipboard
Dynamsoft Capture Vision Flutter SDK provides the ability to decode barcodes, recognize labels, detect and normalize documents.
1.3.2 #
- Added a new method
setFocusto trigger a auto-focus at the specified point. - Added the support of the ultra-wide angle camera of iOS devices. Users can specify the
CP_BACK_ULTRA_WIDEorCP_BACK_DUAL_WIDE_AUTOvia the methodselectCamerato use the ultra-wide camera.
1.3.1 #
- Added a new method
setDeviceFriendlyNameto the classDCVBarcodeReaderfor users to set human readable names for the devices.
1.3.0 #
- Updated the SDK to support Flutter 3. The lowest supported Flutter version is 3.10.0.
- Added a new class
EnumEnhancedFeaturesfor user to specify the enhanced features ofDynamsoftCameraEnhancer. - Added a series of zoom control APIs.
enableEnhancedFeaturesto enable the specified enhanced feature(s).disableEnhancedFeaturesto disable the specified enhanced feature(s).setZoomFactorto set the zoom factor.setAutoZoomRangeto set the auto zoom range.getAutoZoomRangeto get the auto zoom range.getMaxZoomFactorto get the max zoom factor.
1.2.2 #
Fixed #
- Fixed a crash bug on the devices that do not support 16:9 size resolution.
- Fixed a display bug when the display orientation is landscape.
1.2.0 #
New #
- Extended
DBRRuntimeSettingswith more mode parameters. You can further optimize the barcode decoding performance of your project with the mode parameters:binarizationModesdeblurLeveldeblurModesregionscaleDownThresholdscaleUpModestextResultOrderModesfurtherModes
- Added a new class
FurtherModesto set thefurtherModesparameter ofDBRRuntimeSettings. - Added new methods
setModeArgumentandgetModeArgumentin classDCVBarcodeReader. These two methods give you access to the optional arguments of the mode parameters. - Added enumeration classes to set mode parameters.
1.1.0 #
New #
- Added a new method
decodeFilein Barcode Reader module to decode barcodes from an image file. - Added a new method
enableResultVerificationin Barcode Reader module to further improve the accuracy of barcode result. - Added a new property
torchButtontoDCVCameraViewclass for users to create a torch button on the view. - Added a new class
Rect. - Added a new property
barcodeBytesinBarcodeResultto output the byte data of the barcode. - Added a new property
minResultConfidenceinDBRRuntimeSettingsto filter the barcode results by confidence. - Added a new property
minResultTextLengthinDBRRuntimeSettingsto filter the barcode results by text length. - Added
DCVCameraEnhancerclass. Moved camera control APIs fromDCVCameraViewclass toDCVCameraEnhancerclass. Added a new methodselectCamerainDCVCameraEnhancerclass for users to switch between front-facing camera and back-facing camera. - Added an enumeration
EnumCameraPosition.
Changes #
- Renamed
DynamsoftBarcodeReaderclass toDCVBarcodeReader. - Renamed
DynamsoftCameraViewclass toDCVCameraView. - Users have to call
DCVCameraEnhancer.open/DCVCameraEnhancer.closemanually when the application is resumed/inactive.
1.0.1 #
- Fixed a bug.
1.0.0 #
- Dynamsoft Capture Vision is an aggregating SDK of a series of specific functional products. In 1.0 version, The following products are included:
- Dynamsoft Camera Enhancer: Provides camera enhancements and UI configuration APIs.
- Dynamsoft Barcode Reader: Provides barcode decoding algorithm and APIs.