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