-
I's using ZXing.Net.Mobile.Forms 3.0.0-beta5 only to generate QR / Barcode, but internally it is requesting the use of the camera and I don't want it, does anyone know how to disable it? Thanks
-
好像所有用ZXing都会这样 ,有办法吗?貌似只有ZXing才能支持其他类型的条形码.
-
你的二维码生成jar,有报这个错误
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/zxing/LuminanceSource
at com.qihoo.test.QRcodeTest.main(QRcodeTest.java:32)
Caused by: java.lang.ClassNo…
-
it comes with
![image](https://github.com/micjahn/ZXing.Net/assets/7858946/0d3ec3d1-9ed6-49c0-8db2-b1c0771d3408)
but not
![image](https://github.com/micjahn/ZXing.Net/assets/7858946/8adce805-ed8d…
-
I compiled zxing-cpp successfully with the msvc compiler but after including it in my own program it does not compile.
The standard library **bit** was not included in the **Bithacks.h** file.
![…
-
We use CameraBarcodeReaderView like so:
```
```
When the page is opened, the view size is respected for a brief moment, but then it jumps to 640x480. I suspect that I found the code in:
```
nam…
-
Responding Vaadin code (kotlin):
```kotlin
val zxing = ZXingVaadinReader()
zxing.setFrom(Constants.From.camera)
add(zxing)
```
Is wrapped in a VerticalLayout with other components. Your demo…
-
**Describe the bug**
Some of my Android users are experiencing crashes. I couldn't reproduce it by myself.
The issue seems to arise when detecting codes.
This issue is new and started happenin…
-
couple errors detected
```bash
cppcheck --check-level=exhaustive zxing-cpp/wrappers
```
output
```
cppcheck: could not stat file 'zxing-cpp/wrappers/python/core/src/libzint/common.c' (errn…
-
Hello everyone! :)
I am working on a mobile web app that requires when user will click on a text field, it will trigger the barcode scanning.
May I know how can I do that using the zxin…