Now I'm trying to figure out a way to capture camera frames of all supported resolutions concurrently.
For example, I need to capture camera frames for both resolutions (640x480, 1920x1080)
.
The thing is, I've failed to add multiple AVCaptureVideoDataOutput
instances to AVCaptureDeviceInput
per required resolution.
Is there any way to resolve this issue?