create-camera
Create a new camera layer in an After Effects composition, with customizable zoom, position, point of interest, and one-node option.
Instructions
Create a camera layer in a composition. Select the comp by compName/compIndex (or active comp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera layer name (default: 'Camera'). | |
| zoom | No | Zoom in pixels (default ~1777.78, roughly a 50mm lens for 1080p). | |
| oneNode | No | If true, create a one-node camera (no point of interest). | |
| compName | No | Composition name (recommended). | |
| position | No | Camera position [x,y,z]. | |
| compIndex | No | 1-based index among compositions, if compName is omitted. | |
| pointOfInterest | No | Point of interest [x,y,z] (ignored for one-node cameras). |