Hello, I've been testing out AVCaptureMultiCamSession & my current approach is to use ultra wide & wide camera. However, the AVCaptureVideoDataOutputSampleBufferDelegate outputs both stream separately in a single captureOutput callback. So,
Is there any sample to capture dual camera stream synced in single output for processing?
What should be the correct crop strategy on ultra wide to avoid geometric distortion & discomfort? (as of now I used 2x zoom on ultrawide to match with wide)