Constituent Photo Delivery

When iPhone Duo is fully open, so the outer front camera and the rear cameras face the same direction, is there a virtual AVCaptureDevice whose constituentDevices include both the outer front camera and the rear 48 MP wide camera, so that virtual device constituent photo delivery that could produce one photo from each of those cameras simultaneously, as is possible on existing iPhones with two rear cameras, using isVirtualDeviceConstituentPhotoDeliveryEnabled / virtualDeviceConstituentPhotoDeliveryEnabledDevices?

Answered by Frameworks Engineer in 906415022

iPhone Duo does not support a virtual AVCaptureDevice with rear cameras and an outer front ultrawide camera as constituent devices. AVCaptureMultiCamSession can be used to access the rear and front cameras simultaneously.

Accepted Answer

iPhone Duo does not support a virtual AVCaptureDevice with rear cameras and an outer front ultrawide camera as constituent devices. AVCaptureMultiCamSession can be used to access the rear and front cameras simultaneously.

Constituent Photo Delivery
 
 
Q