QRCodeReaderView icon indicating copy to clipboard operation
QRCodeReaderView copied to clipboard

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes

Results 57 QRCodeReaderView issues
Sort by recently updated
recently updated
newest added

This library is no longer supported, please either move it to mavenCentral or any other available repo Meanwhile, does any one know an alternative to this?

App crash on release build. `2021-06-22 17:34:49.559 20455-20580/? E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1 Process: com.f2m.esolution.free2charge, PID: 20455 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:365) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383) at java.util.concurrent.FutureTask.setException(FutureTask.java:252)...

This PR migrates the existing project to Kotlin and Android X. It uses also the latest library updates from other depencies. #### Implementation: ``` allprojects { repositories { maven {...

This is an old project that no longer receives support nor works 100% as expected. For anyone looking for a simple solution to read QR codes you can use both...

Hello. In the older version of the library (com.lazaro66:app:1.0.3@aar) you can set the camera orientation with a method like that: "setCameraOrientation(180)" How can I do that in the latest version?...

Is there any solution? My xml file is follow: ```xml ```

` E/UncaughtException: java.lang.RuntimeException: startPreview failed at android.hardware.Camera.startPreview(Native Method) at com.google.zxing.client.android.camera.CameraManager.startPreview(CameraManager.java:202) at com.dlazaro66.qrcodereaderview.QRCodeReaderView.surfaceChanged(QRCodeReaderView.java:250) at android.view.SurfaceView.updateWindow(SurfaceView.java:580) at android.view.SurfaceView.access$000(SurfaceView.java:86) at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:174) at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:680) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1842) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) at android.view.Choreographer.doCallbacks(Choreographer.java:562)...

Do you plan to add micro qr support?