Kling Camera Controls - ComfyUI Built-in Node Documentation
A node that provides camera control parameters for Kling video generation
The Kling Camera Controls node defines virtual camera behavior parameters to control camera movement and view changes during Kling video generation.
Parameters
Parameter | Type | Default | Description |
---|---|---|---|
camera_control_type | Select | ”simple” | Preset camera motion types. simple: Custom camera movement; down_back: Camera moves down and back; forward_up: Camera moves forward and up; right_turn_forward: Rotate right and move forward; left_turn_forward: Rotate left and move forward |
horizontal_movement | Float | 0 | Controls camera movement on horizontal axis (x-axis). Negative values move left, positive values move right |
vertical_movement | Float | 0 | Controls camera movement on vertical axis (y-axis). Negative values move down, positive values move up |
pan | Float | 0.5 | Controls camera rotation in vertical plane (x-axis). Negative values rotate down, positive values rotate up |
tilt | Float | 0 | Controls camera rotation in horizontal plane (y-axis). Negative values rotate left, positive values rotate right |
roll | Float | 0 | Controls camera roll amount (z-axis). Negative values rotate counterclockwise, positive values rotate clockwise |
zoom | Float | 0 | Controls camera focal length. Negative values narrow field of view, positive values widen it |
Note: At least one non-zero camera control parameter is required for the effect to work.
Output
Output | Type | Description |
---|---|---|
camera_control | CAMERA_CONTROL | Configuration object with camera settings |
Note: Not all model and mode combinations support camera control. Please check the Kling API documentation for details.
Source Code
[Node Source Code (Updated 2025-05-03)]