Rilasci di Dynamsoft Barcode Reader

Released: Jul 28, 2022

Aggiornamenti in 9.2.11

Funzionalità

JavaScript SDK

  • Added 'captureAndDecodeInParallel' option to the ScanSettings interface to control whether to speed up decoding by capturing the next frame in advance.
  • Added new 'ifSaveLastUsedCamera' and 'ifSkipCameraInspection' properties for better camera control.
  • Added two more templates, dense and distance, as options for updateRuntimeSettings().
  • The default resolution for desktop cameras has been changed to 1920 x 1080, previously it was 1280 x 720.
  • The 'setImageSource...

Released: Jun 28, 2022

Aggiornamenti in 9.2.10

Funzionalità

Android and iOS SDK

  • Added new setDeviceFriendlyName method which allows you to set a human-readable name that identifies the device.
  • Added new ImageSource interface. It acts as an adapter that transfers image data from external resources to the format that can be recognized by the Barcode Reader. The following APIs are available for users to reduce the code complexity when working with ImageSource:
    • setImageSource: Set ImageSource as the source of image data.
    • startScanning: Start...

Released: Jun 7, 2022

Aggiornamenti in 9.2.0

Funzionalità

.NET, Java, C++ and C SDK

  • Barcode boundary-seeking algorithm has been refactored to improve stability.
  • Pharmacode decoding has been optimized to improve accuracy.
  • Added the device-alias function to allow users to give each device a readable name. For end-users and administrators, this makes it more friendly to distinguish between devices about license usage statistics.

.NET, Java, and C++ SDK

  • Added a new SetDeviceFriendlyName method to set a human-readable name that identifies the...

Released: May 6, 2022

Aggiornamenti in 9.0.2

Funzionalità

JavaScript SDK

  • Added ifShowScanRegionMask API to BarcodeScanner which controls whether to show the scan region mask.
  • Moved the following docs from the doc directory to the root directory of the package:
    • Api Reference.html.
    • legal.txt.
    • License Agreement.html.

Android SDK

  • Added the following property/Method to iImageData class:
    • toBitmap: This method can convert the ImageData to a Bitmap.
    • orientation: This property indicates the orientation of the image.
  • Changed getVersion from a...

Released: Apr 20, 2022

Aggiornamenti in 9.0.1

Funzionalità

JavaScript SDK

  • Added setVideoFit() method to BarcodeScanner to allow the video element to either fit or cover the viewer.
  • Added setImageSource() method to BarcodeReader to specify an Image Source which provides DSImage type images for continuous scanning.
  • Added startScanning(), pauseScanning(), resumeScanning(), stopScanning(), getScanSettings() and updateScanSettings() methods as well as onUniqueRead and onImageRead events to BarcodeReader to facilitate continuous scanning of...

Released: Mar 15, 2022

Aggiornamenti in 9.0.0

Funzionalità

Microsoft .NET, Java, C++, C, Android, Apple iOS and Python SDK

  • Added a new error code DBRERR_PHARMACODE_LICENSE_INVALID which will be returned when the license of Pharmacode is invalid.

.NET, C++, C, Android and iOS SDK

  • Optimized the confidence scoring system for PDF417 codes.

.NET, Java, C++, C and Python SDK

  • Added new FormatSpecification.VerifyCheckDigit parameter.
  • Added Argument ConfidenceThreshold to the LocalizationModes mode arguments.
  • Changed the behaviour of...

Released: Mar 2, 2022

Aggiornamenti in 8.9.3

Correzioni

Android SDK

  • Fixed a bug that might cause memory leak when using method setTextResultCallback and setIntermediateResultCallback.
  • Fixed a bug that might cause a crash on Android emulator when using it together with DynamsoftCameraEnhancer.

iOS SDK

  • Removed the mandatory dependency of DynamsoftCameraEnhancer.
  • Fixed a bug that might offset the position of highlight overlays on the decoded barcodes when used together with DynamsoftCameraEnhancer.

Released: Jan 26, 2022

Aggiornamenti in 8.8.7

Funzionalità

JavaScript SDK

  • Added the muted attribute to the video embed element so that the video can be played without user interaction.

Correzioni

JavaScript SDK

  • Fixed a bug with the property intervalTime in ScanSettings to avoid unnecessary frame fetching actions.

Released: Jan 26, 2022

Aggiornamenti in 8.8.5

Correzioni

JavaScript SDK

  • Fixed a bug where the scan indicator (laser) flickers upon initialization when a scan region is set.
  • Fixed a bug that the wrong version of WASM is referenced when used in a Node.js application.
  • Fixed a bug that some images may cause stack overflow errors when used in a Node.js application.

Released: Dec 28, 2021

Aggiornamenti in 8.9.1

Correzioni

Android and iOS SDK

  • Fixed a bug that might affect the processing speed.