MLBarcodeScanner
MLBarcodeScanner copied to clipboard
Building Barcode/QR code scanner for Android using Google ML Kit and CameraX
Results
1
MLBarcodeScanner issues
Sort by
recently updated
recently updated
newest added
If Activity is opened second time previewView.display is null, throwing from here previewUseCase = Preview.Builder() .setTargetAspectRatio(screenAspectRatio) .setTargetRotation(previewView!!.display.rotation) .build()
bug