---
title: isCameraIntrinsicMatrixDeliverySupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureconnection/iscameraintrinsicmatrixdeliverysupported
---

# isCameraIntrinsicMatrixDeliverySupported

A Boolean value that indicates whether the capture connection currently supports delivering camera intrinsics information.

## Declaration

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

## Discussion

Discussion A value of true means you can set isCameraIntrinsicMatrixDeliveryEnabled to true. The property is only true if both the connection’s input device format and output type support delivering camera intrinsics. In iOS 11, the AVCaptureVideoDataOutput class is the only output type that supports camera intrinsics.

## See Also

### Delivering camera calibration settings

- [isCameraIntrinsicMatrixDeliveryEnabled](avfoundation/avcaptureconnection/iscameraintrinsicmatrixdeliveryenabled.md)
