Release Notes for Xamarin SDK - 1.x
1.0.4 (03/14/2023)
- Added property
BarcodeBytes
to classBarcodeResult
1.0.3 (02/14/2023)
- Fixed a crash bug on the devices that do not support 16:9 size resolution.
1.0.2 (12/20/2022)
- Added
ScanRegionVisile
in interfaceIDCVCameraEnhancer
so that users can hide the scan region on the UI. - Added a new method
EnableResultVerification
in interfaceIDCVBarcodeReader
to improve the accuracy of barcode results for video streaming barcode decoding. - Added new methods
EnableDuplicateFilter
andDuplicateForgetTime
in interfaceIDCVBarcodeReader
to filter out the duplicate results in a period of time for video barcode decoding. - Added
MinImageReadingInterval
to set the minimum interval between two barcode decoding. - Added two new parameters
MinResultConfidence
andMinBarcodeTextLength
in classDBRRuntimeSettings
to filter out unqualified barcode results.
1.0.1 (10/17/2022)
- Fixed a duplicate symbol issue.
1.0.0 (08/04/2022)
HighLights
- Dynamsoft Capture Vision is an aggregating SDK of a series of specific functional products. In version 1.0, The following products are included:
- Dynamsoft Camera Enhancer: Provides camera enhancements and UI configuration APIs.
- Dynamsoft Barcode Reader: Provides barcode decoding algorithm and APIs.