AVCaptureSession with multiple previews
I ran into the same problem of needing multiple live views displayed at the same time. The answer of using UIImage above was too slow for what I needed. Here are the two solutions I found: 1. CAReplicatorLayer The first option is to use a CAReplicatorLayer to duplicate the layer automatically. As the docs say, … Read more