4

I wanted to know if there is any functionality/app on iOS devices which allows you to capture videos simultaneously using front and back cameras showing the outputs in say a split screen. And then later allowing to merge both videos.

Can this functionality be achieved through a user designed app or through a cydia tweak on jailbroken devices ? This question is simply out of curiosity, any relevant information would be helpful.

Thanks.

Hrishikesh_Pardeshi
  • 995
  • 4
  • 19
  • 45

1 Answers1

3

Well, video recording is done using AVCaptureSession. So you should try creating two of these, with different input targets each.


Edit: As per this question/answer, it is not possible to create multiple AVCaptureSessions.

Community
  • 1
  • 1
Léo Natan
  • 56,823
  • 9
  • 150
  • 195