Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan returns wrong data #191

Open
iskraM opened this issue Sep 22, 2023 · 1 comment
Open

Scan returns wrong data #191

iskraM opened this issue Sep 22, 2023 · 1 comment

Comments

@iskraM
Copy link

iskraM commented Sep 22, 2023

If I try scanning the CODE128 codes, and I rotate the device around, the code that is returned is wrong. It only returns correct data if the code is placed horizontally in front of the camera. If the code is rotated more than, let's say, 40°, it will return some random data.

@zaheerrasheed
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants