We have integrated me.dm7.barcodescanner:zxing
into our app and use the ZXingScannerView
to scan QR-codes on some physical devices. Our issue is that the performance is extremely different on different phones. Some of them register the QR-code immediately while some might get it after a while and some never registers them.
I'm guessing the different specifics of the actual camera is the underlying cause.
Many phones which won't scan the QR-code will however scan the code fine if you use the native camera App. My guess is that we don't get auto-focus and such when we import the camera into the ZXingScannerView
which makes the QR-code more blurry and hard to detect.
Has anyone else had this issue and what did you do to resolve it?