# zoomDepth schema

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

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

Export `zoomDepthInputSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `enabled` | boolean | no | — | — | — |
| `intensity` | number | no | min 0; max 2 | — | — |
| `focalLength` | number | no | min 24; max 120 | — | — |
| `tiltX` | number | no | min -0.35; max 0.35 | — | — |
| `tiltY` | number | no | min -0.35; max 0.35 | — | — |
| `roll` | number | no | min -0.35; max 0.35 | — | — |
| `dolly` | number | no | min -0.35; max 0.35 | — | — |
| `glideTiltX` | number | no | min -0.35; max 0.35 | — | — |
| `glideTiltY` | number | no | min -0.35; max 0.35 | — | — |
| `glideRoll` | number | no | min -0.35; max 0.35 | — | — |
| `glideDolly` | number | no | min -0.35; max 0.35 | — | — |
| `anchorInfluence` | number | no | min 0; max 1 | — | — |
| `depthShading` | number | no | min 0; max 0.6 | — | — |
| `rim` | number | no | min 0; max 0.5 | — | — |
| `sheen` | number | no | min 0; max 0.6 | — | — |
| `depthBlur` | number | no | min 0; max 10 | — | — |
| `shadow` | number | no | min 0; max 0.6 | — | — |
