Autofocus is not working on the first AVCaptureSession when I create a second AVCaptureSession. The second session to be created is the one where autofocus works and the fir
Apple technical support have confirmed that creating two simultaneous capture sessions is not supported. You must teardown one and then create another.