-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Question] What is the difference between version 0.23 and version 0.10 for QR code recognition? #106
Comments
Version 0.23 seems buggy to me. |
Version 0.10 were the original version, written many years ago. Version 0.20 and above is an effort of keeping maintaining ZBar. There are lots of differences and bug changes everywhere.
ZBar allows to disable other decoders. That could give you some performance improvements, e. g.:
|
The one-line patch I posted in #237 appears to fix this case. Please check. |
Seems to fix issues mchehab#106 and mchehab#237 Could use more testing
Hello.
I'm looking for a way to improve QR code recognition speed.
I'm going to use Ordroid H2 / Linux 18.04 / c++
Q1. In the case of Zbar, there are two versions. Compared to past version (0.10), is there any improvement on QR code recognition in the latest version?
Q2. As a result of testing with minimal code, zbar::scan(img) took 10ms to recognize QR marker about 35mm size. If I want to recognize only QR code, is there a way to speed it up?
Thank you.
The text was updated successfully, but these errors were encountered: