<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/CameraFrameProvider/cameraFrameUpdates(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit19CameraFrameProviderC06cameraC7Updates3forAC0bcF0VSgAA0B11VideoFormatV_tF"
  },
  "title" : "cameraFrameUpdates(for:)"
}
-->

# cameraFrameUpdates(for:)

Gets a sequence of camera frame updates for a given video format.

```
final func cameraFrameUpdates(for cameraVideoFormat: CameraVideoFormat) -> CameraFrameProvider.CameraFrameUpdates?
```

## Parameters

`cameraVideoFormat`

The camera video format to get updates for.

## Return Value

The sequence of camera frame updates. Returns `nil` if the provider wasn’t initialized with this format.

---

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)