649 questions
2
votes
0
answers
18
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 ...
-2
votes
0
answers
34
views
Looking for a TensorFlow Model to Detect Document Edges Like ML Kit Document Scanner (with Customizable UI) [closed]
I'm building an Android application where I need to integrate a document scanner feature similar to Google's ML Kit Document Scanner.
ML Kit's document scanner provides great document edge detection ...
0
votes
0
answers
40
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
42
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
0
answers
20
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
76
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' => ...
0
votes
0
answers
51
views
Barcode Scanning Not working with Google MLKit in .Net Android 8.0
I am having an app in Which I am using Google MLKit for Barcode Scanning but it always says No Barcode detected.
Added the permissions and Frameworks but No Barcode Detected.
using System;
using ...
0
votes
0
answers
75
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 ...
0
votes
0
answers
30
views
MlkitAnalyzer consumer only fires for the first time
public class MyBarcodeScannerActivity extends AppCompatActivity {
private PreviewView previewView;
private ExecutorService cameraExecutor;
private Logger logger = LoggerFactory.getLogger(...
0
votes
0
answers
27
views
Is there any method for threshold and face recognition to overcome with
I am facing bug in flutter face dectection and recognition app where the it provide registerd face for new face which have no existing image but it match with other images.... while i am picking image ...
0
votes
1
answer
157
views
Android CameraPreview not rendering for MLKit barcode analyis on MAUI custom control
I have a QR code which needs to read through Google's ML kit for Android since Zxing.MAUI doesnt read it. I followed the code in ml-kit/vision/barcode-scanning/android and VinayByte/mlkit-qr-code-scan-...
0
votes
1
answer
131
views
Updating iOS MLKit/Translate to 7.0.0 creates many undefined symbols on linking
I have a published iOS App using MLKit/Translate, working fine under iOS 17.5. When I updated the pod to MLKit 7.0.0, and targeting iOS 15.5, the pod fails to link with more than 20 undefined symbols....
0
votes
0
answers
138
views
Is there a way to use Google ML Kit to scan multiple QR codes simultaneously?
I’m working on an Android application where I need to scan multiple QR codes at once (e.g., up to 10 QR codes in a single frame detect and decode at the same time). I’m considering using Google ML Kit'...
0
votes
0
answers
147
views
Drawing bounding boxes on barcode MLKit barcode scanner
I'm working on a simple barcode scanner using google MLkit barcode scanner and cameraX api. But the bounding boxes are not drawing on barcodes rightly. I've tried a lot of things like transform ...
0
votes
0
answers
36
views
RN MLKit does not recognize custom TFLite model
I am unable to get results of my TFLite model, which was previously used successfully with the react-native-fast-tflite library, so I am confident the model works. Any ideas, perhaps my setup is ...