Released: Dec 16, 2021
Updates in 8.9.0
Funktionen
Android and iOS SDK
- Preset templates are now available for users to configure the
PublicRuntimeSettings parameters. Users can set the template via the method updateRuntimeSettings by specifying an EnumPresetTemplate member.
- Added
setCameraEnhancer method to replace SetCameraEnhancerPara and DCESettingParameters. This method will simplify the binding of the Camera Enhancer to the Barcode Reader.
- Added
startScanning and stopScanning methods to control the start and stop of the video...
Released: Oct 29, 2021
Updates in 8.8.3
Fehlerkorrekturen
JavaScript SDK
- Fixed a bug where it takes more time than expected when creating a
BarcodeReader or BarcodeScanner instance.
- Fixed a bug which makes the building fail in frameworks such as Angular, React, Vue, etc.
Released: Oct 12, 2021
Updates in 8.8.0
Funktionen
C, C++, .NET, Android, Python, iOS and Java SDK
- Added a new localization mode, ONED_FAST_SCAN, which significantly improves localization speed for 1D barcodes.
- Added the ability to specify barcode width, height, angle to improve recognition speed if you have advanced information about barcodes.
- Improved confidence calculation algorithm for 2D barcode results. Users can get even more accurate results by configuring the confidence filter.
- Improved barcode reading speed by applying the...
Released: Sep 30, 2021
Updates in 8.6.3
Fehlerkorrekturen
JavaScript SDK
- Fixed an issue where the scanning page may freeze when debugging in the Developer Tools with Chromium-94 browsers on PCs.
Released: Sep 1, 2021
Updates in 8.6.1
Fehlerkorrekturen
JavaScript SDK
- Fixed a bug where an error occurs when switching region setting from a JSON object to an array of objects.
Released: Jul 15, 2021
Updates in 8.6.0
Funktionen
Java, C, Android, Apple iOS, Microsoft .NET, C++ and Python SDK
- Added two DeblurMode enumerations, DM_BASED_ON_LOC_BIN and DM_SHARPENING_SMOOTHING, to support more usage scenarios.
- Improved the confidence algorithm for 1D barcode results. Users can get even more accurate results by configuring the confidence filter.
C, C++, Python, .NET, and Java SDK
- Improved the confidence calculating algorithm for 1D barcodes. Misreading rate of results with confidence between 30-100 has been...
Released: Jun 8, 2021
Updates in 8.4.0
Funktionen
C, .NET, C++, Java and Python SDK
- Added new
GetIdleInstancesCount method that returns the number of available instances when using the ‘per concurrent instance’ licensing model.
- Added
organizationID property for license authentication.
C, .NET, C++, Android, Java and iOS SDK
- Added new
isMirrored attribute to the TextResult class. IsMirrored returns whether or not a barcode is mirrored.
C, .NET, C++, Android, Java, Python, JavaScript and iOS SDK
- Added
ThresholdCompensation to...
Released: May 27, 2021
Updates in iOS SDK 8.2.1
Funktionen
- Added new Dynamsoft Camera Enhancer (DCE) which allows users to quickly deploy the camera module.
- Added a new API and a new class to simplify the user operations when using Dynamsoft Barcode Reader (DBR) and DCE at the same time.
- Added a new class: DCESettingParameters and a new API: SetCameraEnhancerParam, to enable the parameter transfer between DBR and DCE. The parameter transferring will improve the focus ability of the camera.
- Updated samples. DCE now handles the camera-related...
Released: May 27, 2021
Updates in Android SDK 8.2.1
Funktionen
- Added new Dynamsoft Camera Enhancer (DCE) which allows users to quickly deploy the camera module.
- Added a new API and a new class to simplify the user operations when using Dynamsoft Barcode Reader (DBR) and DCE at the same time.
- Added a new class: DCESettingParameters and a new API: SetCameraEnhancerParam, to enable the parameter transfer between DBR and DCE. The parameter transferring will improve the focus ability of the camera.
- Added Camera Enhancer setting APIs. These new APIs...
Released: May 18, 2021
Updates in 8.2.5
Funktionen
- JavaScript SDK
- Added organizationID property which can be used to fetch license(s) belonging to the specified organization from the License Tracking Server.
- Added a class name to the powered-by message element on the built-in UI so that it can be manipulated in CSS.
Fehlerkorrekturen
- JavaScript SDK
- Removed redundant warning messages for duplicate barcodes.
- Fixed a bug with the API bSaveOriCanvas where the same canvas is reused resulting in duplicated original image for different...