Dynamsoft Barcode Reader 9.2.10

Released: Jun 28, 2022

9.2.10 での更新項目

機能

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 obtaining image from the ImageSource continuously.
    • stopScanning: Stop obtaining image from the ImageSource.
    • TextResultListener: The protocol that includes a callback method for users to receive decoded barcode results when decoding from the ImageSource.
  • Added new minImageReadingInterval method which allows you to set a minimum interval between two barcode decoding.

iOS SDK

  • Added new decodeFileInMemory method which allows you to decode from the images that are stored in memory.