简体   繁体   English

在iOS设备上同时使用前置和后置(主要和次要)摄像头

[英]Use front and back (primary and secondary) camera simultaneously on iOS device

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. 我想知道iOS设备上是否有任何功能/应用程序允许您使用前后摄像头同时捕获视频,显示输出分屏。 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 ? 这个功能可以通过用户设计的应用程序或通过越狱设备上的cydia调整来实现吗? This question is simply out of curiosity, any relevant information would be helpful. 这个问题只是出于好奇,任何相关信息都会有所帮助。

Thanks. 谢谢。

Well, video recording is done using AVCaptureSession . 好吧,使用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 AVCaptureSession s. 编辑:根据此问题/答案 ,无法创建多个AVCaptureSession

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM