After watching "Leverage multiple displays and scenes on iPhone Duo" and "Build a great camera experience for iPhone Duo", we have four questions about the outer display while the device is open:
- Does a view hosted in
CameraCaptureAccessoryreceive touch input on the outer display, or is it display-only? - The accessory is described as available when the app "has an active camera session." Does that require a running preview layer or an attached output (photo, movie or data), or is a running
AVCaptureSessionwith an input enough? Is a session whose main purpose is to host the accessory a supported use? - Can
AVCaptureMultiCamSessionrun the inner (under-display) front camera and the outer front camera at the same time on iPhone Duo? If so, which device-type combinations are supported, and are there thermal or power limits? - Is
CameraCaptureAccessorythe only way for an app to show content on the outer display while the inner display is live, or are scene accessories that don't depend on the camera planned?
Our use case is not photography. We're exploring a companion view for a second person sitting across from the device owner, so we want to understand whether the camera accessory is the right tool before designing around it.