-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to capture video from multiple cameras at the same time? #131
Comments
Thank you for this really nice idea. I don't think using ffmpeg is the best solution. Processing a live video seems a bit overengineering at first sight. I'm searching some times to work on this. I hope summer will let me some time. |
I am glad that you find this use-case worthy |
We released beta of multi camera feature with the v2. |
Great news @istornz Is there an ETA on the Android implementation of this feature? |
Proposal
Recently, I see many social apps which can capture and save video from both cameras at the same time.
I can show my surroundings using the back camera and in a small PIP layout, I can show myself.
What needs to be done to accomplish this without losing fps and resolution?
Are there any blockers for this functionality in Flutter?
@g-apparence are you going to continue implementing this awesome package btw? Google's camera package lacks a lot of features.
EDIT: here iOS native implementations on Multi Camera Capture (Gautier shared the Android link in the below comment):
https://www.wwdcnotes.com/notes/wwdc19/249/
The text was updated successfully, but these errors were encountered: