Hello everyone!
Does the ARKit ARSession qualify for an active camera session?
Reading through the documentation, I understand that showing content on both iPhone Duo screens at the same time is only possible by using CameraCaptureAccessory.
ARSession drives the camera but doesn't vend an AVCaptureSession that the app owns, so it isn't clear whether the availability check keys off app-owned AVCaptureSession state specifically, or off the camera actively streaming for the app.
If it is currently not possible, do you see any way or workaround to show the camera stream on the outside display while the inner display is displaying an AR view?
Best regards,
André N.