-
Is there a way to configure quagga to fallback on zxing-js when it cannot identify a barcode in the image?
-
With ZXING js cant read QR code, but with ZXING decoder online can detect and get the results
![R1PR01012100000163321](https://user-images.githubusercontent.com/16686825/123357802-6fa6a380-d594-11eb-…
-
**Describe the bug**
Dear ZXing developers, sometimes the decoded value of the Zxing scanner does not match the actual barcode value. I've generated a barcode online and tried scanning it into th…
-
I've been using this code from [this demo](https://zxing-js.github.io/library/examples/multi-camera/). and I ran into the problem that it asked every time for the camera permission when you've r…
-
I have an image contains 16 QRCode, when I try to decode it. The program crashed at
https://github.com/ftylitak/qzxing/blob/master/src/zxing/zxing/common/Counted.h#L36
-
**Describe the bug**
Scan 1D/2D Code from Image example page cannot run correctly. [https://zxing-js.github.io/library/examples/multi-image/](url)
**To Reproduce**
Steps to reproduce the beha…
-
Hi. I use Zxing.Net together with OpenCV.V4. Convert from pdf file to Bitmap, and then from Bitmap to Mat and submit Mat to reader. I'm trying to decode the QR_CODE, but the reader only finds UPC_E. …
-
Will provide crash log and sample repo app later..
-
I want to set Zoom in Camera but not able achieve this using Zxing, please suggest any solution.
I'm currently using following version :
implementation 'com.journeyapps:zxing-android-embedde…
-
When building for one abi only (like arm_64) `libflutter_zxing.so` is still included for all of them.
This amounts in ~2.5MB unused code.
Could you please only bundle the necessary versions?