flutter_zxing
flutter_zxing copied to clipboard
ReaderWidget/processCameraImage not working on some android devices
Lib Version: 1.2.1
Tested devices:
- Motorola G32 (not ok)
- Samsung A23 (not ok)
- Samsung S10 (ok)
Hello, I have tested on some devices, and neither of them can read any barcode. I have tested using the example code, the zx.processCameraImage, and I have also downloaded the ZXScanner. Unfortunately, none of them seem to be able to scan any QR code on those devices. It doesn't not return any error, it just doesn't read anything.
I have tested on a Samsung S10, and it worked fine, though.
The implementation that i did is on the doc examples without any change.
Thanks in advance!
Any workaround for this issue ?
#151 Maybe this? I had the same problem until I realized that the crop was too much.
#151 Maybe this? I had the same problem until I realized that the crop was too much.
not work for me https://github.com/khoren93/flutter_zxing/issues/114