2

I using flutter_camera_ml_vision 2.2.5 and there face detection example from their repository. Please can someone tell me how to take picture from live detection?

Here is the link to the code:- https://github.com/rushio-consulting/flutter_camera_ml_vision/blob/master/example/lib/main_face.dart

Ben Weiss
  • 17,182
  • 6
  • 67
  • 87
  • 1
    I have managed to detect live face with this library. But my app crashes if I try to capture image. Is there any way to use this library without crashing? – limbo93 Mar 29 '21 at 16:04

1 Answers1

1

flutter_camera_ml_vision is not what firebase team provides officially. You may want to try the firebase_ml_vision plugin, which explains how to do it. https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision

Chenxi Song
  • 557
  • 3
  • 6