-
Hello!
I am attempting to make a [PDF417][1] barcode reader for the web using Web Assembly (there's a few out there but the only reliable one is licenced). The idea is simple, just build a binary f…
-
zing可以扫描 zbar始终扫描不出来,CheckPermission: real_camera-code= 6 可能是8 3 6 11 ,什么原因呢?
-
Demo中使用 ZXing , QQLBXScanViewController 不走dealloc()方法,是不是有东西没释放掉吗? native和ZBar是走的
-
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…
-
While reading scanned images, `WARNING: zbar\decoder\databar.c:1250: : Assertion "seg->finder >= 0" failed.` always shows. https://github.com/NaturalHistoryMuseum/pyzbar/issues/96
Also, I noticed t…
-
![image](https://user-images.githubusercontent.com/10598434/150067433-9e69112d-77fb-4997-99c2-444f120ea96f.png)
![image](https://user-images.githubusercontent.com/10598434/150067398-1c5480b9-6261…
-
In the [FAQ](https://github.com/za3k/qr-backup/blob/master/docs/FAQ.md#my-self-test-is-failing-on-ubuntu) you recommend disabling the security measures in place in Debian and Ubuntu that keep ImageMag…
-
将zbar依赖中的jinLibs拷贝到自己项目中的对应位置进行编译,就能够正常解析二维码
-
经过打log测试发现,关键的时间损耗不在zbar的识别过程中,而是在onPreviewFrame所得的 byte[] 输入到zbar前的转换过程中,双层循环, preview size: width:1280,height:720时,也需要耗时400ms左右.
请问这个过程应该如何优化?
具体如下:
zabarView.processData(data, width, height,…
-
i do know opencv does not have the 2.4.13.。。so the lib o f bar is your result of compiling? but i can not find the CMakelists when i want to compile it ,i need to write it by myself? thank you for you…