# cameraSettings schema

Field specification for the cameraSettings object used by Vidova MCP tools.

{/* Generated by landing/scripts/generate-mcp-docs.ts. Do not edit. */}

Export `cameraSettingsSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `position` | object | no | — | — | Whole-composition pan in scene pixels. |
| `position.x` | number | yes | — | — | — |
| `position.y` | number | yes | — | — | — |
| `zoom` | number | no | min 0.05 | — | Whole-composition camera zoom. 1 = default, 2 = 2x. |
| `rotation` | number | no | — | — | Whole-composition camera rotation in degrees. |
