Barcode-Reader icon indicating copy to clipboard operation
Barcode-Reader copied to clipboard

Android barcode reader using google vision library

Results 34 Barcode-Reader issues
Sort by recently updated
recently updated
newest added

Galaxy Tab E version 5.1.1 Camera focus mode: is not supported on this device, not read qrcode

There is no functionality for flash light on during scan

In some Xiaomi lollipop verison device permission can be denied. If permission denied in those device app crashed. **Tested device:** **_Model:_** Redmi Note 3 **_OS:_** 5.1.1 LMY47V

Actually (info.androidhive:barcode-reader:1.1.5), the autofocus can't be set from code. Can you add something like setAutofocus(true/false) ? If that can help, now I use this workaround: ``` public static class BarcodeReaderEx...