ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

Is it possible to capture from both front and back cameras at the same time? #61

Open aytunch opened 2 years ago

aytunch commented 2 years ago

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 see myself.

What needs to be done to accomplish this? Can we record with both cameras at the same time and use ffmpeg to combine 2 videos? Can we use image streams from both cameras at the same time to overlay them on each other?