flutter_zxing icon indicating copy to clipboard operation
flutter_zxing copied to clipboard

ReaderWidget/processCameraImage not working on some android devices

Open henriacle opened this issue 1 year ago • 3 comments

Lib Version: 1.2.1

Tested devices:

  1. Motorola G32 (not ok)
  2. Samsung A23 (not ok)
  3. 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!

henriacle avatar Aug 02 '23 16:08 henriacle

Any workaround for this issue ?

jayeshtl avatar May 15 '24 05:05 jayeshtl

#151 Maybe this? I had the same problem until I realized that the crop was too much.

frankmer avatar Jun 28 '24 13:06 frankmer

#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

Coin-ai avatar Jul 02 '24 23:07 Coin-ai