zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Barcode scanner library for Android, based on the ZXing decoder

Results 120 zxing-android-embedded issues
Sort by recently updated
recently updated
newest added

#### Description of the problem: When I generate a QR code I want it to have 15% error correction. How do I specify this? I've looked through the README but...

#### Description of the problem: Is there any way to enable the autofocus in Usage with ScanContract?

in console show error : ``` E/libc: Access denied finding property "vendor.camera.aux.packagelist" E/Camera: exception : java.io.FileNotFoundException: /proc/driver/camtype: open failed: ENOENT (No such file or directory) ``` how to solve it?

Upgraded target SDK to 31 as starting android 12 each activity needs to specify the exported flag https://developer.android.com/guide/topics/manifest/activity-element#exported

in My MainActivtiy button trigger run fragment : ScanFragment sf = new ScanFragment(); getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container,sf).commit(); --------------------------------- in my Fragment Class : public static ScanFragment newInstance() { return new ScanFragment(); } @Override...

![QQ图片20220623103518](https://user-images.githubusercontent.com/64265495/175283884-982a1612-c562-4d3d-acfe-a1f44f442751.jpg)

#### Description of the problem: I'm using ZXing DecoratedBarcodeView for scanning Covid certificates of different countries. EU, NZ works great. ✔️ With Australia QRCodes, I'm having trouble detecting QR codes...

#### Description of the problem: I am using a QR code in sample app it is taking long time to scan & sometime it is not even detected. For sometime...

#### Description of the problem: if (isFlashOn) { mCodeScanner!!.isFlashEnabled = false isFlashOn = false Toast.makeText(getActivity(), "False", Toast.LENGTH_LONG).show(); } else { mCodeScanner!!.isFlashEnabled = true isFlashOn = true Toast.makeText(getActivity(), "True", Toast.LENGTH_LONG).show(); }...