journeyapps / zxing-android-embedded

Barcode scanner library for Android, based on the ZXing decoder
https://journeyapps.com/
Apache License 2.0
5.68k stars 1.26k forks source link

QR code is taking long time & sometime gives wrong data #689

Open karvik09 opened 2 years ago

karvik09 commented 2 years ago

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 it gives me wrong result.

Which library version are you using? v4.3.0

Which phone/tablet are you using, and which Android version does it run? Google Pixel 3a

Does the same happen on other devices or an emulator? yes

Can you reproduce the issue in the sample project included with the library? If not, can you provide your own sample project or sample code that produces this error? yes, it is easily reproducible in sample apk i have tried there.

In the case of an error do you have a stack trace or adb logs? NA

Barcode to reproduce this issue

khavnu commented 2 years ago

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 it gives me wrong result.

Did you solved this issue by zxing? I've try to use Gooogle vision combine Zxing to solve this issue, you can use TeaCaps app to see

BhayashriPatil commented 1 year ago

Hi Khavnu, can you please explain briefly how would you resolved this issue? not yet found any solution on it.