yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.1k stars 267 forks source link

Scanner scans random even if no barcode under camera #171

Open SaadBilal opened 1 year ago

SaadBilal commented 1 year ago

Hi, There is strange issue that if camera is open and still, scanner automatically capture some random numbers as barcodes and there is no actual barcode under camera. Can you please help why is it happening?

sane1998k commented 1 year ago

yap, the same problem....

SaadBilal commented 1 year ago

@yuriy-budiyev Any update on this issue?

SaadBilal commented 1 year ago

yap, the same problem....

@sane1998k Do you have any update or solution to this problem?

proappsteam commented 1 year ago

We encounter the same problem. Does anyone has a solution for this issue?

zaheerrasheed commented 5 months ago

i am also facing this problem and i fixed it by excluding this specific format (UPC_E) if (result.barcodeFormat == BarcodeFormat.UPC_E) return