mlkit-material-android
mlkit-material-android copied to clipboard
ML Kit Showcase App with Material Design
Failed to find '@attr/textAppearanceBody2' in current theme
When i try to scan pdf 417 barcodes sometimes it does not work at all. this should be fixed
Use CameraX
Google recently announced CameraX, a Jetpack support library that wraps `camera2` capabilities into a much simpler API, based on use cases. One of those use cases is _Image Analysis_, which...
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 classes are subclass of AsyncTask and were affected. https://github.com/firebase/mlkit-material-android/blob/a85e249467aecc065f6548aa5a898202bbdc8547/app/src/main/java/com/google/firebase/ml/md/kotlin/productsearch/ImageDownloadTask.kt https://github.com/firebase/mlkit-material-android/blob/841efd9fb8fd321cc117b8b6dd6b45d351938139/app/src/main/java/com/google/firebase/ml/md/java/productsearch/ImageDownloadTask.java
please improve data matrix barcode recognition. currently the barcode has to be centered, it should be recognisable like all other barcodes (qrcode)
`setExposureCompensation` has no effect. `setParameter` Fails if tried to set Exposure. My camera supports Exposure Compensation -3 to +3 Preview Brightness is little darker than Old Vision/Camera App Preview. InFocus...
MLKit's on-device Label Detection is very poor when compared to TensorFlow Label detection. MLKit on-device model is not able to predict the images accurately . When I debugged the both...
+ Android device: Samsung A3 2016 + Android OS version: 8.0 + Google Play Services version: N/A + Firebase/Play Services SDK version: 15.0.0 I have trained my own model that...