zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Sometimes cannot get barcodeResult by scanning the code, need to exit and re-enter.

Open mttzxm opened this issue 4 years ago • 5 comments

DecoratedBarcodeView barcodeView;

if (barcodeView != null) { barcodeView.decodeSingle(new BarcodeCallback() { @Override public void barcodeResult(BarcodeResult result) { sendScanResult(result.getText()); }

            @Override
            public void possibleResultPoints(List<ResultPoint> resultPoints) {
            }
        });
    }

mttzxm avatar Nov 17 '20 08:11 mttzxm

+++ same issue around 2 week already

P1NG2WIN avatar Nov 23 '20 19:11 P1NG2WIN

+++ same issue around 2 week already

Problew was in auto focus mode. Сamera didn't want to focus. Fixed by change focus mode to MACRO

P1NG2WIN avatar Nov 26 '20 12:11 P1NG2WIN

@P1NG2WIN I am also facing the same issue let suppose i scan QRCode 10 times then 9 times it working correct but 1 time I am not getting the scaning result ?

softwrengr avatar Nov 29 '20 13:11 softwrengr

+++ same issue around 2 week already

Problew was in auto focus mode. Сamera didn't want to focus. Fixed by change focus mode to MACRO

how can i change focus mode?

CheshenkoVladislav avatar Dec 11 '20 10:12 CheshenkoVladislav

I found, but this is not working for me

CheshenkoVladislav avatar Dec 11 '20 11:12 CheshenkoVladislav