MVBarcodeReader icon indicating copy to clipboard operation
MVBarcodeReader copied to clipboard

A Barcode scanner library for Android. Uses the Google Play Services' mobile vision api for barcode detection.

Results 8 MVBarcodeReader issues
Sort by recently updated
recently updated
newest added

I have an app that uses barcode reading, but sometimes especially with Huawei devices, I find this crash. > Fatal Exception: java.lang.RuntimeException: getParameters failed (empty parameters) > at android.hardware.Camera.native_getParameters(Camera.java) >...

Hello, On method "requestCameraPermission()" inside "BarcodeCaptureFragment" is with text hardcoded, would we input the text? to solve the translation problem, because the text is in English

question

Hello there! 👋 I've been working for a week trying to solve this issue: I migrated my app from **intent reader** to **fragment reader**, but in a specific device (Lenovo...

` java.lang.NullPointerException at devliving.online.mvbarcodereader.camera.CameraSource.setFlashMode(CameraSource.java:567) at devliving.online.mvbarcodereader.BarcodeCaptureFragment$1.onClick(BarcodeCaptureFragment.java:129) at android.view.View.performClick(View.java:4508) at android.view.View$PerformClick.run(View.java:18675) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5590) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084) at dalvik.system.NativeStart.main(Native Method)`

Hello! I'm using your BarcodeCaptureFragment and I've found a bug, if you leave it open for a couple of minutes (on some smartphones it takes 30 seconds) without scanning anything,...

Hi! I'm using your BarcodeCaptureFragment in my main Activity and from time to time I'm getting a NullPointerException. Steps to reproduce: 1. Open activity with BarcodeCaptureFragment 2. Quickly send app...

bug

Hi again I've been busy with your library this past couple of days and unfortunately, I faced another problem I have this layout file: ``` ``` As you can see...