zxing-android-embedded
zxing-android-embedded copied to clipboard
Sometimes cannot get barcodeResult by scanning the code, need to exit and re-enter.
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) {
}
});
}
+++ same issue around 2 week already
+++ 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 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 ?
+++ 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?
I found, but this is not working for me