Dynamsoft Barcode Reader 9.2.11

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()' method now takes an additional parameter option which helps to pass the information needed by the 'BarcodeReader' object, such as the definition (Dynamsoft.DCE.DrawingItem) for creating shapes that highlight barcodes.
  • When reading 1D barcodes, the 'onFrameRead' callback now verifies a result across multiple frames before outputting.
  • The 'pauseScan()' (for BarcodeScanner) and 'pauseScanning()' (for BarcodeReader) methods now both accept an optional parameter, which can control the behavior of the pause, such as whether to keep results highlighted.
  • This version uses Dynamsoft Camera Enhancer version 3.0.0 instead of the previous version 2.3.2.

Correzioni

iOS SDK

  • Fixed a bug that could cause App Store rejection when Build Options - Enable BitCode is set to Yes for an app.

JavaScript SDK

  • Fixed a bug where the intermediate result images are redacted even with a valid license.