<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureConnection/isCameraIntrinsicMatrixDeliverySupported",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureConnection(py)cameraIntrinsicMatrixDeliverySupported"
  },
  "title" : "isCameraIntrinsicMatrixDeliverySupported"
}
-->

# isCameraIntrinsicMatrixDeliverySupported

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

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

## Discussion

A value of <doc://com.apple.documentation/documentation/Swift/true> means you can set [`isCameraIntrinsicMatrixDeliveryEnabled`](/documentation/AVFoundation/AVCaptureConnection/isCameraIntrinsicMatrixDeliveryEnabled) to <doc://com.apple.documentation/documentation/Swift/true>. The property is only <doc://com.apple.documentation/documentation/Swift/true> if both the connection’s input device format and output type support delivering camera intrinsics. In iOS 11, the [`AVCaptureVideoDataOutput`](/documentation/AVFoundation/AVCaptureVideoDataOutput) class is the only output type that supports camera intrinsics.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)