Replies: 2 comments
-
The issue at flutter/flutter#35564 has been closed and moved here. Future collaboration on this issue will be done here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kroikie @BondarenkoStas @iapicca @Ehesp @PolinaGo any luck with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if there is any way to use the ML kit (face detection) in real-time while also running the video recording in parallel? After inspecting the camera module, it seems that it can only do one or the other, as ML kit takes a CameraImage argument inside .startImageStream() and a String path argument inside .startVideoRecording().
It would be helpful if it's possible to do both at the same time. I've been exploring other methods of recording the stream as well, via encoders such as FFmpeg to resolve the conflict of camera controllers but it suffered from performance issues. Any form of assistance would be deeply appreciated.
Beta Was this translation helpful? Give feedback.
All reactions