Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Kling Camera Controls node allows you to configure various camera movement and rotation parameters for creating motion control effects in video generation. It provides controls for camera positioning, rotation, and zoom to simulate different camera movements.

Inputs

ParameterData TypeRequiredRangeDescription
camera_control_typeCOMBOYesMultiple options availableSpecifies the type of camera control configuration to use
horizontal_movementFLOATNo-10.0 to 10.0Controls camera’s movement along horizontal axis (x-axis). Negative indicates left, positive indicates right (default: 0.0)
vertical_movementFLOATNo-10.0 to 10.0Controls camera’s movement along vertical axis (y-axis). Negative indicates downward, positive indicates upward (default: 0.0)
panFLOATNo-10.0 to 10.0Controls camera’s rotation in vertical plane (x-axis). Negative indicates downward rotation, positive indicates upward rotation (default: 0.5)
tiltFLOATNo-10.0 to 10.0Controls camera’s rotation in horizontal plane (y-axis). Negative indicates left rotation, positive indicates right rotation (default: 0.0)
rollFLOATNo-10.0 to 10.0Controls camera’s rolling amount (z-axis). Negative indicates counterclockwise, positive indicates clockwise (default: 0.0)
zoomFLOATNo-10.0 to 10.0Controls change in camera’s focal length. Negative indicates narrower field of view, positive indicates wider field of view (default: 0.0)
Note: At least one of the camera control parameters (horizontal_movement, vertical_movement, pan, tilt, roll, or zoom) must have a non-zero value for the configuration to be valid.

Outputs

Output NameData TypeDescription
camera_controlCAMERA_CONTROLReturns the configured camera control settings for use in video generation