Dynamsoft Barcode Reader
모든 플랫폼에서 바코드 스캔을 쉽게 구현할 수 있습니다.
Dynamsoft Corporation사에서 공개
2004년 부터 ComponentSource에서 판매중
Released: Jun 28, 2022
Android and iOS SDK
setDeviceFriendlyName method which allows you to set a human-readable name that identifies the device.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.minImageReadingInterval method which allows you to set a minimum interval between two barcode decoding.iOS SDK
decodeFileInMemory method which allows you to decode from the images that are stored in memory.