-
一维码 识别缓慢的问题
-
Since I am running Windows 7, and there's no pre-built binaries for zbar-23.92 or above(I am tryna to decode a qr-code with binary data inside), I tried compiling, only to see that it can only be comp…
-
根据你的demo继承引入zbar也不行
自己直接加上依赖都不行,打开相机就在那里等着完全扫不出来
-
Scanning of large image files (e.g. 36 MP vs. 21 MP) on occasion may fail to return a barcode value. Will add code to copy and resize original file (a temp file), if initial scan fails to return a res…
-
Even with a perfect QR code it could happen that `zbarimg` fails to detect it (https://github.com/mchehab/zbar/issues/65). Since the codes are numbered it would be nice if `paperrestore.sh` contains a…
-
Hello,
This plugin use libicon.so and libzbarjni.so but have only x86 for the Android Version.
Google require x64 version for send apk to Google Play.
How to add this support in the plugin ?
h…
-
```
autoreconf -vfi && ./configure && make clean && make
[...]
zbarcam/zbarcam-qt.cpp:1009:10: fatal error: moc_zbarcam_qt.h: No such file or directory
1009 | #include "moc_zbarcam_qt.h"
```
…
-
Currently we define the affine parameter based on the mean response. We should permit estimation of the affine parameter via MLE if desired. Estimation of alpha is done at the same time as estimation …
-
I get this error when I scan i invoice sample I used:
Check out this image: first one works, second one shows this error:
![image](https://user-images.githubusercontent.com/85767/174613554-2879…
-
1D barcode定位效果还挺好的,就是zbar对倾斜的条形码识别率有点低,老哥后来有做方向预测器吗?旋转正常后估计识别率能提几个百分点。