zxing-android-embedded
zxing-android-embedded copied to clipboard
Barcode scanner library for Android, based on the ZXing decoder
[Uploading 20240206 THY Sample Boarding Passes (1).pdf…]() #### Description of the problem: I tried to scan multi Turkish boarding pass but getting message Invalid boarding pass. It's working fine for...
#### Description of the problem: Android 12 and above autofocus is not working. **Which library version are you using?** E.g. 3.2.0. 4.3.0 **Which phone/tablet are you using, and which Android...
#### Description of the problem: When I read the zxing barcode via the handheld terminal, it reads it on the terminal's camera, but it stops the terminal's own scanner. **Which...
I'm currently using Zxing Embedded for QR code scanning in continuous mode. However, I'm encountering an issue where it scans randomly from various patterns, including clothes and other non-QR code...
Are there any plans to release a new version? I see the last commit in 2022-10-21, but the last release version in 2011-10-25.
I want to Scan QR code from Gallery but I don't know how to do it.... can any one help me Below is my code to fetch Image from gallery...
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-embedded:4.3.0'
It's not clear why the focus delay is fixed in 2000 milliseconds and cannot be changed. I propose to make it configurable so that anyone can tune it to their...
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.dji.ux.angis, PID: 11701 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.dji.ux.angis/com.dji.ux.angis.ContinuousCaptureActivity}: android.view.InflateException: Binary XML file line #11 in com.dji.ux.angis:layout/continuous_scan: Binary XML file line #11 in com.dji.ux.angis:layout/continuous_scan: Error...
#### Description of the problem: I just need to pass some extra values by ScanOption "addExtra" function, but then i can't see them in the originalIntent object, when registerForActivityResult function...