Shivam Srivastava
Shivam Srivastava

Reputation: 189

How to take picture from Live face detection using Firebase_Camera_ml_vision

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

Upvotes: 2

Views: 2706

Answers (1)

Chenxi Song
Chenxi Song

Reputation: 605

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

Upvotes: 1

Related Questions