---
title: Camera
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-camera
---

# Camera

Make your camera app’s actions available to Apple Intelligence and Siri by adopting schemas for common camera actions.

## Overview

Overview The .camera domain defines app schemas that provide a structured representation for common camera actions and content. Apply schemas in the .camera domain to make your app’s camera functionality available to Apple Intelligence and Siri. The following table maps example phrases that apply to each schema:  |   |   |   |  tip: Xcode generates a template implementation when you type camera_ and select a schema from the suggestions list. For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

## Topics

### Actions

- [openInCaptureMode](appintents/appschema/cameraintent/openincapturemode.md)
- [setDevice](appintents/appschema/cameraintent/setdevice.md)
- [startCapture](appintents/appschema/cameraintent/startcapture.md)
- [stopCapture](appintents/appschema/cameraintent/stopcapture.md)
- [switchDevice](appintents/appschema/cameraintent/switchdevice.md)
- [AppSchema.CameraIntent](appintents/appschema/cameraintent.md)

### Types for static parameters

- [captureDevice](appintents/appschema/cameraenum/capturedevice.md)
- [captureDuration](appintents/appschema/cameraenum/captureduration.md)
- [captureMode](appintents/appschema/cameraenum/capturemode.md)
- [AppSchema.CameraEnum](appintents/appschema/cameraenum.md)

## See Also

### Primary domains

- [Audio](appintents/app-schema-domain-audio.md)
- [Calendar](appintents/app-schema-domain-calendar.md)
- [Clock](appintents/app-schema-domain-clock.md)
- [Files](appintents/app-schema-domain-files.md)
- [Mail](appintents/app-schema-domain-mail.md)
- [Maps](appintents/app-schema-domain-maps.md)
- [Messages](appintents/app-schema-domain-messages.md)
- [Notes](appintents/app-schema-domain-notes.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
