---
title: isCameraCalibrationDataDeliverySupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/iscameracalibrationdatadeliverysupported
---

# isCameraCalibrationDataDeliverySupported

A Boolean value that indicates whether the photo output currently supports the delivery of camera calibration data.

## Declaration

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

## Discussion

Discussion A photo output can deliver camera calibration data only when it’s isVirtualDeviceConstituentPhotoDeliveryEnabled property is true and its isContentAwareDistortionCorrectionEnabled property is false. Additionally, the source capture device’s isGeometricDistortionCorrectionEnabled property must be false. This property is key-value observable.
