AVCaptureSession with multiple previews

后端 未结 5 1071
花落未央
花落未央 2020-11-28 21:48

I have an AVCaptureSession running with an AVCaptureVideoPreviewLayer.

I can see the video so I know it\'s working.

However, I\'d like to have a collection v

5条回答
  •  孤城傲影
    2020-11-28 22:12

    You can't have multiple previews. Only one output stream as the Apple AVFundation says. I've tried many ways but you just can't.

提交回复
热议问题