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

rs.c bug about qrcode recognition rate being low #269

Open
FengMu1995 opened this issue Nov 9, 2023 · 0 comments
Open

rs.c bug about qrcode recognition rate being low #269

FengMu1995 opened this issue Nov 9, 2023 · 0 comments

Comments

@FengMu1995
Copy link

FengMu1995 commented Nov 9, 2023

when I run the code with qrcode, it slightly move, it results in qrcode no parsed information.But sometimes, I move really obviously, it can be recognized. So,
I found out, that rs_correct (in rs.c) returns a value of -1 for the qr code, what in turn causes the decoding failure. The reason for the negative return code is that rs_modified_berlekamp_massey returns a value of 15 for the qr code but rs_find_roots only finds one single location.
I wondered why? And How to solve it?

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

1 participant