629 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
144
views
MLKit GenAI: "Feature not available / Feature 636 is not available" error on Android device
I’m testing the ML Kit GenAI Demo from Google’s official samples:
https://github.com/googlesamples/mlkit/tree/master/android/genai
I built the app with JVM 17 and installed it on a Pixel 6 Pro and a ...
0
votes
0
answers
62
views
mlkit document scanner language in android
any way to force the language regardless of the active language on the device?
I want the document scanning options to always be displayed in Spanish.
I have tried to set using setApplicationLocales ...
0
votes
0
answers
120
views
How to implement CameraX and ML Kit (Google) with best practices
I'm triying to implement CameraX with Ml Kit for Qr Scanning, but i have no idea about what to do, my doubts are the following:
How to make a good handle error with the ViewModel
If i want to make ...
0
votes
1
answer
82
views
Reading BarCodes using front Camera with ML kit and CamerX [closed]
I have a jave android App where i used ML kit and CameraX to read QR code using Front Camera , when i use back camera every things works fine but when i use front camera i faced some difficulties to ...
0
votes
1
answer
54
views
cancelBuffer: BufferQueue has been abandoned using CameraX and Android ML Kit
Every time I exit the scanner camera or scan a QR code I get this warning:
SurfaceView - com.example.myapp/com.example.myapp.MainActivity@a9c00b0@0#0 cancelBuffer: BufferQueue has been abandoned
My ...
0
votes
0
answers
93
views
Issue with Google ML Kit Face Detection: Detecting Invisible Landmarks When Partial Face is Visible
I'm currently using google_mlkit_face_detection in my Flutter project for face detection. However, I've run into an issue:
When only a small part of my face is visible to the camera — for example, ...
0
votes
0
answers
105
views
ML Kit not reading VIN barcodes accurately
When scanning the VIN from my vehicle, it is not reading properly. It adds a leading "I" and cuts of the zero at the end. I suspect that the camera image is the problem (it's being distorted ...
0
votes
0
answers
83
views
Getting build time error for SPM packages: MLKitCommon, GoogleUtilitiesComponents "Undefined symbol: _GULLogBasic, _GULLogError"
Undefined symbols for architecture arm64:
"_GULLogBasic", referenced from:
_MLKLog in MLKitCommon[arm64][7](MLKLogger.o)
"_GULLogError", referenced from:
-[...
0
votes
0
answers
116
views
Download translation model respone is very slow in google_mlkit_translation in flutter
while downloading language model in flutter the downloading function takes too much time in flutter by using google_mlkit_translation. Below is the code:-
Future<void> downloadModel(String ...
3
votes
0
answers
192
views
Failed to generate cinterop for Google MLKit Barcode Scanner on iOS in Compose Multiplatform (using CocoaPods)
I'm working on a Compose Multiplatform app and I'm trying to integrate Google MLKit Barcode Scanner on the iOS side using CocoaPods.
However, when building the project, I get this error:
Failed to ...
0
votes
1
answer
206
views
ML Kit Analyzer returns incorrect boundingBox coordinates in Landscape mode with LifecycleCameraController
I’m trying to implement a simple barcode scanner using ML Kit Analyzer together with LifecycleCameraController.
The idea is to draw a bounding rectangle around a detected barcode directly on the ...
0
votes
0
answers
52
views
Terminating app due to uncaught exception 'MLKMissingLocalizerModel', reason: 'Object localizer model is missing
I use ML Kit library:
pod 'GoogleMLKit/BarcodeScanning', '7.0.0'
pod 'GoogleMLKit/ObjectDetection', '7.0.0'
In my application, when I run to capture QR code, it's crashing with the following error.
...
0
votes
1
answer
124
views
ZoomCallback not being invoked
I am having issues with configuring ZoomSuggestionOptions for BarcodeScannerOptions. Maybe someone managed to make it work? As documentation is so badly written it's impossible to get anything from it....
0
votes
0
answers
606
views
Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
Created own custom pod lib. Podspecs as below,
s.ios.deployment_target = '10.0'
s.source_files = 'Classes/**/*.swift'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => ...
1
vote
0
answers
145
views
ML Kit Text Recognition v2 poorly recognizes text
I have a task to detect text from car parts. For this task, I chose ML Kit, and it works perfectly with printed symbols/numbers. (Photo 1)
Photo 1
However, when we tried to detect text from parts ...