zxingfragmentlib
zxingfragmentlib copied to clipboard
Barcode scanner for Android fragments. Compatible with Android 2.1+.
Hi, I updated the library yesterday and, i got this issue... ## java.lang.IllegalArgumentException: Crop rectangle does not fit within image data. at com.google.zxing.PlanarYUVLuminanceSource.(PlanarYUVLuminanceSource.java:50) at com.welcu.android.zxingfragmentlib.camera.CameraManager.buildLuminanceSource(CameraManager.java:360) at com.welcu.android.zxingfragmentlib.DecodeHandler.decode(DecodeHandler.java:77) at com.welcu.android.zxingfragmentlib.DecodeHandler.handleMessage(DecodeHandler.java:56) at...
Hello, I have problem with scanning barcode with Samsung Galaxy S8 (dreamlte) with android 7.0. Screen is blurred while scanning. Exception is: java.lang.IllegalArgumentException: at com.google.zxing.PlanarYUVLuminanceSource. (PlanarYUVLuminanceSource.java:50) at com.google.zxing.client.android.camera.CameraManager.buildLuminanceSource (CameraManager.java:441) at...
Trying to run the code from Github facing the following issue. Error:(32, 13) Failed to resolve: com.google.zxing:core:3.1.0 Show in FileShow in Project Structure dialog
Hi How can I use the front camera? Or is there any way to switch camera in this library? Thank you
I have problem when set my SurfaceView with fix size of 300,300. The displaying image is distorted.
sometimes, Scan the qr code seems like must be in a distance . if too closer, it doesn't work. when scan the one dimension code, it donesn't work as qr...
Great work for porting this to use fragments, thanks! I have a 3 tab viewpager. The barcode is fragment item number 2. I start my application and the default fragment...
Hi, Using sample code I tested in my Nexus 4 and another datacollector and issue happens. No scan results when in portrait. Thanks