firebase-mlkit Questions
4
App has ML Kit functionality (translation). I'm trying to reduce the app size by introducing a dynamic module feature, on demand loading.
Following this guide
Added 'com.google.mlkit:playstore-dyna...
Indiscipline asked 27/6, 2021 at 17:4
5
Solved
I am using the FirebaseVision Object detection to detect things from the CameraX camera preview. It is detecting things find but I am trying to draw the bounding box of the items detected over the ...
Commonage asked 27/2, 2020 at 3:46
3
Solved
I'm trying to OCR my image using Firebase MLKit but it fails and return with error
Text detection failed with error: Failed to run text detector because self is nil.
/// Detects texts on the s...
Dolhenty asked 9/5, 2018 at 6:27
4
Solved
I'm working in an app flutter. Android working fine but in ios no. I need some help to run this on ios mobile. I'm using lib: google_maps_flutter: ^0.5.27+3 and firebase_ml_vision: ^0.9.3+8. Xcode ...
Trichloride asked 14/5, 2020 at 19:24
2
Solved
I'm making an app for myself to scan receipts, and put the data in a database. I tried using ML kit text recognition, and it works pretty well. However I'm having problems extracting the data from ...
Maritzamariupol asked 4/7, 2020 at 13:12
3
Solved
I'm looking about implementing MLKit face recognition library in my Android App. The only thing that I can't understand is if it's possible and how can I compare two photos and detect if they are t...
Gallinule asked 17/12, 2018 at 14:57
6
Solved
I am trying to build an app with openCV and Firebase ML Kit. But I get the following error while building project:
Duplicate class com.google.android.gms.internal.vision.zze found in modules jetifi...
Airdrop asked 10/9, 2020 at 13:30
4
Hi I have a custom model that im using in an android app, how ever when i try to run it, an MLkitExceptions is thrown, the log output for said error is the following:
Internal error has occurred w...
Work asked 20/5, 2019 at 5:0
2
Android mlkit ocr not working on some devices. (Galaxy Tab Active3 SM-T577)
Firebase Crashlytics log;
Non-fatal Exception: com.google.mlkit.common.MlKitException: Waiting for the text optional modu...
Boraginaceous asked 27/9, 2022 at 13:15
2
Context
I'm using the Android firebase-ml-vision to scan barcodes using SurfaceView with continuous ByteBuffer of pictures frames. I used the ML kit quickstart project as a starting point and it w...
Marlinemarlinespike asked 4/7, 2018 at 17:10
1
My android app have a need to read the text in a image and I am using the Firebase ML Kit for that purpose, it works well for the text which is in standard Roman script but it completely fails to r...
Timaru asked 13/3, 2019 at 10:7
4
Solved
I am working on an android app that involves ML kit. I went through the tutorial on how to set up Android Studio to work with Firebase. Then I headed to use the text recognition API. Here is the co...
Gesualdo asked 20/10, 2019 at 22:10
3
I'm working on an app that does facial recognition. One of the steps include detecting the user smile. For that, I am currently using google's Ml Kit. The application works fine on Android platform...
Matherly asked 12/7, 2019 at 17:53
3
Solved
[mlkit]
I am implementing the "On-device text recognition" from the Google Machine Learning Kit for android. I followed this guide but every time try to detect text I get the exception
"Waiting fo...
Discontent asked 14/5, 2018 at 13:49
2
Solved
Concerning the new ML Kit for Firebase, all the examples I have seen from Google is recognizing "machine" text, but I was wondering if it is possible to use the new ML Kit for Firebase to extract h...
Chrystal asked 22/5, 2018 at 7:50
2
Solved
I have been working on an app which needed to use CameraX for it's preview stream but it also needs a box kind of overlay from which the text will be decoded. I have successfully implemented the pr...
Orelle asked 23/6, 2020 at 18:59
1
CameraX is build, analyze() method is called and an image is passed and then closed (deleted) with close() method. From this image FirebaseVisionImage is created and passed for processing (text rec...
Aurify asked 22/4, 2020 at 11:17
3
I'm use firebase ml kit for text recognition but give this exception on emulator and real device.
W/System.err: com.google.firebase.ml.common.FirebaseMLException: Waiting for the text recognition...
Hamartia asked 17/10, 2018 at 13:7
3
Solved
I know there are many similar questions (here, here or here) but even though I've followed the suggested instructions I'm still facing the same issue.
Even though it seems I have the project confi...
Genie asked 13/3, 2020 at 7:45
1
Solved
I'm developing a cross-platform app (iOS/Android/web) and am loving the fast, cheap on-device image labeling feature of ML Kit on mobile. Is there a way to replicate the behavior on the web? Are th...
Voyageur asked 4/2, 2020 at 18:43
3
Is there Google Firebase MLKit Vision API support for Xamarin? I was trying to implement barcode reader using MLKit.
While searching I got an impression that Google is going to stop supporting for...
Multipartite asked 28/10, 2018 at 10:39
0
I have successfully detected text elements on an image taken with react-native-camera. The vision().textRecognizerProcessImage(photoUri) is successfully returning the detected text.
// take the ph...
Whitehall asked 27/11, 2019 at 9:40
2
I copy part of the firebase-mlkit sample code only for Image labeling. When I run on my Nokia 6.1 and got the following error message:-
type=1400 audit(0.0:4015): avc: denied { read } for name=&qu...
Handily asked 26/3, 2019 at 3:33
0
I am integrating object detection using ML kit i am creating custom tflite model using firebase ML and follow this doc https://firebase.google.com/docs/ml-kit/android/use-custom-models for loading ...
Pterodactyl asked 21/10, 2019 at 2:28
0
I'm trying to scan QR code using Firebase ML kit but I cannot start camera on android Pie (Nokia 6.1 Plus). However, same code is working properly on Android Oreo Redmi 6 A
This is my gradle:
im...
Pandybat asked 12/9, 2019 at 11:36
1 Next >
© 2022 - 2025 — McMap. All rights reserved.