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
There is an issue with ML Kit's barcode scanning functionality on Huawei Nova 12 SE (Android 12) when the app is installed using the Play Store dependency for ML Kit. In portrait mode, the barcode scanner does not detect any barcodes, while detection works as expected in landscape mode.
Steps to Reproduce
Set up an Android project using ML Kit for barcode scanning.
Integrate the Play Store dependency (com.google.android.gms:play-services-mlkit-barcode-scanning) for ML Kit.
Test the barcode scanning functionality on a Huawei Nova 12 SE running Android 12.
Attempt to scan a barcode in portrait mode — observe that no codes are detected.
Rotate the device to landscape mode and attempt to scan again — observe that codes are detected correctly (though it's slow and you need to move the device very close to the barcode).
The text was updated successfully, but these errors were encountered:
There is an issue with ML Kit's barcode scanning functionality on Huawei Nova 12 SE (Android 12) when the app is installed using the Play Store dependency for ML Kit. In portrait mode, the barcode scanner does not detect any barcodes, while detection works as expected in landscape mode.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: