---
title: isDualCameraDualPhotoDeliverySupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/isdualcameradualphotodeliverysupported
---

# isDualCameraDualPhotoDeliverySupported

A Boolean value indicating whether the capture output currently supports simultaneous photo capture with both cameras on a dual-camera device.

## Declaration

```swift
var isDualCameraDualPhotoDeliverySupported: Bool { get }
```

## Discussion

Discussion Not all devices and capture formats support dual camera capture. This property’s value can change if the sessionPreset property of the current capture session or the activeFormat property of the underlying capture device changes. If a camera or format change causes this property’s value to become false, the isDualCameraDualPhotoDeliveryEnabled property’s value also becomes false. This property is key-value observable.

## See Also

### Configuring dual camera capture

- [isDualCameraFusionSupported](avfoundation/avcapturephotooutput/isdualcamerafusionsupported.md)
- [isDualCameraDualPhotoDeliveryEnabled](avfoundation/avcapturephotooutput/isdualcameradualphotodeliveryenabled.md)
