mlkit_demo icon indicating copy to clipboard operation
mlkit_demo copied to clipboard

[Deprecated] Example app using mlkit with a live camera view

Results 11 mlkit_demo issues
Sort by recently updated
recently updated
newest added

any update? orientation? firebase_ml_vision: 0.9.0?? please https://github.com/flutter/flutter/issues/19274 > **Current State of This Issue** > > The main implementation of this is done. With an [example](https://github.com/bparrishMines/mlkit_demo) project that is used to...

The current build breaks due to breaking changes introduced by firebase_ml_vision: 0.7.0, updated to conform with API requirements [Changelog](https://pub.dartlang.org/packages/firebase_ml_vision#070)

Hi, camera orientation doesn't change when rotating phone after init camera. Can you please provide dynamic rotate in real time.

Hello! I have just ran your demo on an OnePlus 3T. Unfortunately, the app finds nothing when trying to detect text. For the other methods, it doesn't find anything either....

I have been testing this on Android and iOS and we are experimenting a lot of delay from the camera, it doesn't look fluid... I am using text recognition, is...

I saw issued git error but I can't solve by this. ``` firebase_ml_vision: git: url: git://github.com/bparrishMines/plugins.git path: packages/firebase_ml_vision ref: mlkit_android_2 camera: git: url: git://github.com/bparrishMines/plugins.git path: packages/camera ref: camera_android_2 ``` >...

Hi, I'm getting this error .. [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(40)] java.lang.NoSuchMethodError: No virtual method setClassificationType(I)Lcom/google/firebase /ml/vision/face/FirebaseVisionFaceDetectorOptions$Builder; in class Lcom/google/firebase/ml/vision/face/FirebaseVisionFaceDetectorOptions$Builder; or its super classes (declaration of 'com.google.firebase.ml.vision.face.FirebaseVisionFaceDetectorOptions$Builder' appears in /data/app/com.example.flutterexpressionreader-8yru_Zd5BXi71mlA3lcDIg==/base.apk!classes4.d ex) Can you please...

I get this error when opening the camera again after the first time. It seems to be when you dispose the camera. When I don't dispose the camera this error...

Git error. Command: git rev-list --max-count=1 demo_all fatal: ambiguous argument 'demo_all': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git...

Hi, I'm trying to find a way to call CameraController -> startByteStream with Uint8List. In your branch I can find : startByteStream(CameraImage image) , and I saw that you use...