Skip to content
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

Simultaneous Recording of Front Cam, Phone Screen, and Back Cam in a Single Video Frame #5888

Open
pritam12426 opened this issue Mar 1, 2025 · 1 comment

Comments

@pritam12426
Copy link

Is there an option that allows streaming and recording of the phone screen while also capturing multiple sources (front camera, phone screen, and back camera) simultaneously in a single video frame? Currently, there is no built-in functionality for this.

I am requesting a feature that enables:

  • Recording the front camera, phone screen, and back camera at the same time.
  • Arranging these sources in a single video frame with a structured layout, such as:
| ---------------------Main Window------------------ |
|  ------------------ ------------  --------------   |
| |                 | |            | |             | |
| |                 | |            | |      Back   | |
| |  Front Cam      | |  Phone     | |      Cam    | |
| |                 | |   Screen   | |             | |
| |                 | |            | |             | |
|  -----------------  -------------   -------------- |
|----------------------------------------------------|
@rom1v
Copy link
Collaborator

rom1v commented Mar 1, 2025

No.

Btw, Android devices do not allow to capture the front and back camera at the same time.

You can capture the phone and the front (or back) camera in two separate scrcpy instances (which would record two separare files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants