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 124 zxing-android-embedded issues
Sort by recently updated
recently updated
newest added

#### Description of the problem: We use the barcodescanner library in our app. The background of the barcodescanner camera screen is black with 60% transparency. Any white text on top...

#### Description of the problem: I create a Barcodeview, then class can scan QRCode, but when i try scan a BarCode the barcoderesult callback don't called. I need scan all...

#### Description of the problem: Zxing handles 90 degrees rotated One dimension barcodes when TRY_HARDER is enabled, but only if the `LuminanceSource` implementation return true for `isRotateSupported`. ``` if (tryHarder...

enhancement

## I want to draw this camera position to top and wants to remaining layout as it is along with ResultPoints.

#### Description of the problem: Let me explain a little bit more. I build an App which needs to take picture from the camera via startActivityForResult method with a new...

# DO NOT MERGE ### This PR does not work right now When using DecoratedBarcodeView, the CameraInstance is unable to configure camera (Other Views and IntentIntegrator **untested**) ``` E/CameraInstance: Failed...

The Camera API is currently deprecated. It would be great if we can move to the Camera2 API.

enhancement

#### Description of the problem: Hello, I attempt to implement the following control flow: 1. On startup of the app the same activity is launched as ``new IntentIntegrator(this).initiateScan();`` would. 2....

## Description of the problem: Getting ActivityNotFoundException, when we are trying to scan barcode using device camera using Zing lib in Android 9.0 (pie). It's working fine in other versions...

Android Studio 3.6 in app/build.gradle: `implementation 'com.journeyapps:zxing-android-embedded:3.5.0'` in fragment ``` @Nullable @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { ScanCodeBinding binding = DataBindingUtil.inflate(inflater, R.layout.scan_code, container, false);...