Kling Camera Controls
api node/video/Kling
KlingCameraControlsAllows specifying configuration options for Kling Camera Controls and motion control effects.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
camera_control_type | COMBO | required | - | - |
horizontal_movement? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0 |
vertical_movement? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0 |
pan? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0.5 |
tilt? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0 |
roll? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0 |
zoom? | FLOAT | required | min: -10, max: 10, step: 0.25 | 0 |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | camera_control | CAMERA_CONTROL | No | ["{node_id}", 0] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this KlingCameraControls node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
camera_control (CAMERA_CONTROL):["5", 0]
Was this page helpful?