google-mlkit

Undefined symbols for architecture x86_64 flutter

梦想的初衷 提交于 2021-02-18 10:41:42
问题 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 11.4.1 and Mac os Catalina 10.15.4. Someone knows how to solve this. I didn't found yet. flutter doctor [✓] Flutter (Channel stable, v1.17.0, on Mac OS X 10.15.4 19E287, locale en-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] Xcode - develop for iOS and

Does mirroring the (front) camera affect MLKit with CameraX?

孤人 提交于 2021-01-07 02:55:10
问题 You might consider this question a sequel to this other one I've recently asked. I have a custom device with a front camera that is mirrored by default and I would like it to always behave like it was flipped horizontally. Note that the end goal of my app is to perform face, barcode and facemask detection (the last one with a custom .tflite model), and I'm trying to understand if it's possible with the current state of CameraX and the quirks of the device I'm using. For the preview, I can

Crash with Android/Kotlin QR Scanner App and the latest version of Google ML Kit Scan Barcode

半腔热情 提交于 2020-12-27 06:48:26
问题 I am trying to make an app which reads QR images and get the data from the image. I am using the latest version of the google machine learning kit for scan barcodes and following the documentation about this https://developers.google.com/ml-kit/vision/barcode-scanning/android. However, at the moment that I run the app, I am getting the following crash: Image error with QR scanner App I have no idea what's going on with this due I a new with this kind of functionality. This is the code that I

Crash with Android/Kotlin QR Scanner App and the latest version of Google ML Kit Scan Barcode

∥☆過路亽.° 提交于 2020-12-27 06:46:19
问题 I am trying to make an app which reads QR images and get the data from the image. I am using the latest version of the google machine learning kit for scan barcodes and following the documentation about this https://developers.google.com/ml-kit/vision/barcode-scanning/android. However, at the moment that I run the app, I am getting the following crash: Image error with QR scanner App I have no idea what's going on with this due I a new with this kind of functionality. This is the code that I

MLKit BarCode Sanner Implementation results in internal error when executing ML Kit tasks

自古美人都是妖i 提交于 2020-08-17 12:12:33
问题 Every call to scanner.process(image) is resulting in the onFailure call, with the following error: Error:com.google.mlkit.common.MlKitException: Internal error has occurred when executing ML Kit tasks Any further details or ideas as to why the task is failing? Presenting it with a barcode does not seem to change this behavior either. This error is shown when using a Pixel 3a, but totally crashes a Nexus 5 with a SIGENV error. I've been building my code from snippets while reading through the