zxing-android-embedded
zxing-android-embedded copied to clipboard
Barcode scanner library for Android, based on the ZXing decoder
how can I control scan speed in android studio as I am using continuous scan code. the library version I'm using is : 'com.journeyapps:zxing-android-embedded:3.4.0' 'com.google.zxing:core:3.4.0' I'm using an android cell...
- 4.2.0 - Android 10 Poco X3 - Real device - Yes The camera lags for 1 second at start and when we switch the application from the background https://user-images.githubusercontent.com/27068529/120648744-a8b39280-c484-11eb-9310-4f97da69bb81.mp4
Currently using 4.2.0 BarcodeView scans QR codes successfully, but 2D barcodes are not detecting.
#### Description of the problem: Hello, I have encrypted string ³.ôÜ ^ZÌP>¼êñe¶¼ÌØ#m;¡Â& èB]ÀÆS5 (Using encoded format "ISO-8859-1") Byte array used to create above encrypted string is 0 =...
#### Description of the problem: I am getting two problems as follow: 1. I am scanning QR codes using the following code but it's taking too much time to scan....
#### Description of the problem: I'm building a continuous scanner using library version 4.2.0 and I found my device (Samsung S20, Android 11) quickly draining battery due to garbage collection....
Greetings and thank you for the good work with this library. I have used it in an app i am working on and I really admire your work with this....
#### Description of the problem: Hello ! I don't know if this is an issue with the library but we never know and I don't find any solution.. What I...
zxing-android-embedded is not using android.support library, any more. So, it's time to disable jetifier.
I use onNewIntent to listen to NFC, when the camera is turned on, the onNewIntent function is not called when I swipe the NFC tag. When I turn off the...