does camera quality matter?
I'm testing my app on 6 different devices, and only 1 device can't read barcodes
I have also added the type format
Video Sample error scan : Video Capture
I use the example file in this thread : [B4X] [B4XPages] Barcode Reader
I'm testing my app on 6 different devices, and only 1 device can't read barcodes
I have also added the type format
Type Format:
CreateDetector (Array("ALL_FORMATS", "AZTEC", "CALENDAR_EVENT", "CODABAR","CODE_128", "CODE_39", "CODE_93", "CONTACT_INFO", "DATA_MATRIX", "DRIVER_LICENSE", "EAN_13", "EAN_8", "EMAIL", "GEO", "ISBN", "ITF", "PDF417", "PHONE", "PRODUCT", "QR_CODE", "SMS", "TEXT", "UPC_A", "UPC_E", "URL", "WIFI"))
Video Sample error scan : Video Capture
I use the example file in this thread : [B4X] [B4XPages] Barcode Reader