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

Slow Barcode Reading #157

Open
e808080 opened this issue May 3, 2024 · 3 comments
Open

Slow Barcode Reading #157

e808080 opened this issue May 3, 2024 · 3 comments

Comments

@e808080
Copy link

e808080 commented May 3, 2024

I am experiencing very slow barcode reading for both version 1.4.4 and 1.5.1. First it was not working at all and then got it working by setting the WidthRequest to a fixed value as suggested by a different issue here on github.

Does anyone know how to get good speed for the barcode reading (QR and 1-D Codes)? Right now the user needs to target the code for several seconds before the app picks it up. And that is in Release mode build with a Samsung Galaxy S21. Also tried on a newer iPad and same issue.

@strajk-
Copy link

strajk- commented Jun 3, 2024

I am experiencing very slow barcode reading for both version 1.4.4 and 1.5.1. First it was not working at all and then got it working by setting the WidthRequest to a fixed value as suggested by a different issue here on github.

Does anyone know how to get good speed for the barcode reading (QR and 1-D Codes)? Right now the user needs to target the code for several seconds before the app picks it up. And that is in Release mode build with a Samsung Galaxy S21. Also tried on a newer iPad and same issue.

Current version is completely broken as far as detection is concerned, you're better off downgrading to 1.3.5 which doesn't require Camera.MAUI.ZXing, scans with that version are almost instant for me, some people completely abandoned this repo and moved on to others which I haven't tried yet since the downgrade was enough (for now).

EDIT: Initially suggested using 1.2.1, but that has a couple bugs that happen in release, now using 1.3.5, so far not noticing anything that I'm missing and wow is it blazing fast!

@skane526
Copy link

skane526 commented Jun 6, 2024

@strajk- I attempted to downgrade to 1.3.5 and was unable to find any references on how to setup the bar code scanning. When I go to the readme from the 1.3.5 repo it still requires ZXingHelper in the code.

@thomasgalliker
Copy link

We switched to native barcode scanning (MLKit / VisionKit) because zxing was terribly slow, especially if we had to scan big QR codes and/or under bad light conditions.

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

4 participants