<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMedia",
  "identifier" : "/documentation/CoreMedia/CMFormatDescription/Extensions-swift.struct/Value/CameraCalibrationDataLensCollection/Calibration/intrinsicMatrix",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Media"
    ],
    "preciseIdentifier" : "s:So22CMFormatDescriptionRefa9CoreMediaE10ExtensionsV5ValueV35CameraCalibrationDataLensCollectionO0I0V15intrinsicMatrixSo13simd_float3x3avp"
  },
  "title" : "intrinsicMatrix"
}
-->

# intrinsicMatrix

The 3x3 camera intrinsic matrix for camera calibration.

```
var intrinsicMatrix: simd_float3x3
```

## Discussion

It has the following contents:
| fx | s  | cx |
|  0 | fy | cy |
|  0 |  0 |  1 |
fx and fy are the focal length in pixels. For square pixels, they will have the same value.
cx and cy are the coordinates of the principal point. The origin is the upper left of the frame.
s is an optional skew factor.

---

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)