-
**Describe the bug**
When you rotate your device (landscape/upside down) no face is detected.
**To Reproduce**
Example Steps to reproduce the behavior in sample app:
1. Open the sample app
2. …
gab07 updated
4 months ago
-
### Versions
* Python: Any
* OS: Any
* Buildozer: latest
### Description
In buildozer, we have the [meta-data field](https://github.com/kivy/buildozer/blob/master/buildozer/default.spec#L271)…
-
Hi,
Text Recognition can't recognize the font used in embossed credit cards for the card number:
![creditcard_digits1](https://user-images.githubusercontent.com/479928/129242654-c56e3ad0-c07a-4d87…
-
I used mlkit,build apk can used,but aab is not used ,running always crashed
-
flutter build ios outputs:
** BUILD FAILED **
Xcode's output:
↳ === BUILD TARGET mlkit OF PROJECT Pods WITH CONFIGURATION Release ===
/Users/harikishore/Desktop/Flutter/flutter/.pub-cache…
-
We recently migrated from `firebase-ml-vision` -> `mlkit:barcode-scanning` and have started to see crashes on few devices.
We do not use Dynamic modules.
**Devices**
moto e6 Andoird 9
Galaxy S9+…
-
AsyncTask was deprecated in API level R
Use the standard java.util.concurrent or Kotlin concurrency utilities instead.
(https://developer.android.com/reference/android/os/AsyncTask)
The following…
-
Production version apk released to google play throws an exception:
```
Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/mlkit/vision/barcode/Barcode;
at …
-
https://github.com/googlesamples/mlkit/blob/master/android/vision-quickstart/build.gradle
-
I'd like to replace the ZXing library we use for barcode recognition on Android with MLKit from Firebase
https://firebase.google.com/docs/ml-kit/android/read-barcodes
Thoughts…