<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISceneAccessory/cameraCapture(sceneConfiguration:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISceneAccessory(cm)cameraCaptureSceneAccessoryWithConfiguration:"
  },
  "title" : "cameraCapture(sceneConfiguration:)"
}
-->

# cameraCapture(sceneConfiguration:)

Creates a scene accessory for presenting content during camera capture.

```
class func cameraCapture(sceneConfiguration: UISceneConfiguration) -> Self
```

## Parameters

`sceneConfiguration`

A scene configuration value with a delegate type defined for it.

## Discussion

The content may be presented while the app is in the foreground and has an active camera capture session.
The system determines whether and where to present it. The content can be interactive.

---

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)