Replies: 3 comments
-
I can scan both using Scandit Demo App. The first is a datamatrix. The second a qrcode |
Beta Was this translation helpful? Give feedback.
-
These examples are white-on-black instead of the typical black-on-white. To scan them, use |
Beta Was this translation helpful? Give feedback.
-
Thank you, this does now everything I need: options.addExtra(Intents.Scan.SCAN_TYPE, Intents.Scan.MIXED_SCAN); // for white on black codes I didn't notice that the performance of scanning was decreased by allowing mixed scans, probably having this as default is a good idea? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have these two codes:
opts.setDesiredBarcodeFormats(ScanOptions.ALL_CODE_TYPES); // does not help
Any idea how to proceed?
Thank you
Marcel
Beta Was this translation helpful? Give feedback.
All reactions