SocketMobile / swift-package-capturesdk

CaptureSDK is the easiest solution for adding barcode scanning and RFID/NFC reading capability to an iOS application
Other
6 stars 1 forks source link

Setup scan symbologies from CaptureHelper? #1

Open chbeer opened 2 years ago

chbeer commented 2 years ago
image

Can we somehow enable and disable scan symbologies from CaptureHelper? We need the DuraScan 740 to ignore 1D Barcode and just scan QR-Codes.

socketPM commented 2 years ago

@chbeer yes, you can refer to the documentation here:https://docs.socketmobile.com/capture/ios/en/latest/topicsActivityLevel.html#enabling-or-disabling-a-barcode-symbology We don't have a way to identify 1d or 2d. So you will have to disable all the 1d types individually and only enable QR Code.