Im trying to run face recognition and need a stream of images/files from the camera.
I decided to use Flutters own camera library camera: 0.2.9+1
.
The method CameraController.startImageStream(Function(CameraImage) onAvailable)
seams promising but I can't figure out how to convert the CameraImage
data into something readable for the face recognition.
Have anyone else solved this?