<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImagePickerController/cameraCaptureMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImagePickerController(py)cameraCaptureMode"
  },
  "title" : "cameraCaptureMode"
}
-->

# cameraCaptureMode

The capture mode used by the camera.

```
var cameraCaptureMode: UIImagePickerController.CameraCaptureMode { get set }
```

## Discussion

The various capture modes are listed in the [`UIImagePickerController.CameraCaptureMode`](/documentation/UIKit/UIImagePickerController/CameraCaptureMode-swift.enum) enumeration. The default value is [`UIImagePickerController.CameraCaptureMode.photo`](/documentation/UIKit/UIImagePickerController/CameraCaptureMode-swift.enum/photo).

## See Also

[`cameraDevice`](/documentation/UIKit/UIImagePickerController/cameraDevice-swift.property)

The camera used by the image picker controller.



---

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)