-
As this a wrapper of the c++ fork of the java-based zxing, but zxing-cpp is included as source code, I would like to ask about your plans to track improvements/bug fixes from the java implementation a…
-
6 Steps to Reproduce
1. Start a new workout and begging inputting data for reps
2. Exit app and open camera app
3. Start recording
4. return to Wger after finish recording
5. app crashes
6. have…
-
E/AndroidRuntime(10598): java.lang.RuntimeException: An error occurred while executing doInBackground()
E/AndroidRuntime(10598): at android.os.AsyncTask$3.done(AsyncTask.java:309)
E/AndroidRuntime(…
-
http://khurramitdeveloper.blogspot.com/p/android-barcode-scan-using-zxing-library.html
-
Examine zxing and determine whether it is a suitable workload for inclusion in the suite.
https://github.com/zxing/zxing
-
The typescript types DecodeContinuouslyCallback exported by @zxing/library and @zxing/browser are not compatible :
```
Error: Argument of type 'import("node_modules/@zxing/library/esm/browser/Dec…
-
QR code scanning doesn't work on the following android phones:
- Motorola G84 5G
- Sonim XP9900
- Oppo A54
The camera view shows but it never detects the QR code.
The preloaded camera app o…
-
All external dependencies in QZXingNu are managed via CMake's `find_package(…)` mechanism, with the exception of [ZXing-C++](https://github.com/nu-book/zxing-cpp), which is included in a sub-directory…
-
-
### What's happening?
Using runAsync will consume a lot of memory.
![image](https://github.com/user-attachments/assets/8ce98057-7d18-4192-b197-ec095a63e4e0)
### Reproduceable Code
```tsx…