You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Thanks for your great work!
barcodeCapture open camera and preview camera but not work retrieval on samsung device (J7 pro), but work on huawei or samsung j7!
Hello, Thanks for your great work!
barcodeCapture open camera and preview camera but not work retrieval on samsung device (J7 pro), but work on huawei or samsung j7!
code:
`barcodeCapture.setShowDrawRect(true);
barcodeCapture.setAllowEnterTransitionOverlap(true);
barcodeCapture.setShowDrawRect(true);
barcodeCapture.setSupportMultipleScan(false);
barcodeCapture.setTouchAsCallback(false);
barcodeCapture.shouldAutoFocus(true);
barcodeCapture.setBarcodeFormat(Barcode.ALL_FORMATS);
barcodeCapture.setCameraFacing(CameraSource.CAMERA_FACING_BACK);
The text was updated successfully, but these errors were encountered: