Release Notes for Xamarin SDK - 1.x
1.0.5 (03/31/2023)
- Added zoom focus controlling APIs:
- Method
SetFocus
for settings the focus point and the focus mode. - Method
SetZoomFactor
for settings the zoom factor. - Method
EnableFeatures
for enabling the advanced features. - Method
DisableFeatures
for disabling the advanced features. - Method
IsFeatureEnabled
for checking the state of the advanced features. - Property
MaxZoomFactor
for obtaining the maximum zoom ability of the device. - Property
AutoZoomRange
for restricting the range of the auto-zoom feature. - Enumeration
EnumEnhancerFeatures
for specifying the advanced features, which include auto zoom, enhanced focus, et al. - Enumeration
EnumFocusMode
for settings the focus mode. - Class
Range
for specifying the auto zoom range.
- Method
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.