zxing-android-embedded
zxing-android-embedded copied to clipboard
Barcode scanner library for Android, based on the ZXing decoder
#### Description of the problem: On Samsung Xcover 4, playBeepSound() works somewhat randomly (sometimes it beeps, sometimes it doesn't, sometimes it does a some kind of half-beep) **Which library version...
Hi rkistner Thank you very much for yours "zxing-android-embedded" When scanning code, there is a red line, and some yellow points, on the screen If users don't want to see...
@rkistner For auto flash light you doing isAutoFlashLightEnabled(boolean), and for this you using light sensor and if darkness density is 45.0f (will turn of flash) and 450.0f will turn off...
Hello, thanks for the great library. I have a small question, how can I move the viewfinder scanner rectangle? In my case, I want to lift it higher than it...
#### Description of the problem: I am using the scanner in continuous decode mode with a custom layout. After each decode, I pause the scanner by calling mBarcodeView.pause(). I then...
Navigate user to Settings page if camera permission is permanently disabled.
Camera not stop and receive many of this error updateAcquireFence: Did not find frame
#### Description of the problem: Facing this crash on few devices. We're using scanner inside Fragment and the launcher is initialise on the class level like below: private val barcodeLauncher...
#### Description of the problem: I've found in merged AndroidManifest.xml there is a activity which we can't add `android:exported=false` to it. This will cause app can't be installed. Is there...
#### Description of the problem: I have a 2434 character qrcode but the scanner can't scan the qrcode even if I frame it for a few minutes. I have read...