# Kling Image to Video (Camera Control) Node

The Kling Image to Video Camera Control Node transforms still images into cinematic videos with professional camera movements. This specialized image-to-video node allows you to control virtual camera actions including zoom, rotation, pan, tilt, and first-person view while maintaining focus on your original image. Camera control is currently only supported in pro mode with the kling-v1-5 model at 5-second duration.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `start_frame` | Reference Image - URL or Base64 encoded string, cannot exceed 10MB, resolution not less than 300x300px, aspect ratio between 1:2.5 and 2.5:1. Base64 should not include data:image prefix. | IMAGE | Yes | - |
| `prompt` | Positive text prompt describing the desired video content. Maximum length is 500 characters. | STRING | Yes | - |
| `negative_prompt` | Negative text prompt describing what to avoid in the generated video. Maximum length is 500 characters. | STRING | Yes | - |
| `cfg_scale` | Controls the strength of text guidance. Higher values make the output more closely follow the prompt (default: 0.75) | FLOAT | No | 0.0 to 1.0 |
| `aspect_ratio` | The aspect ratio of the generated video (default: "16:9") | COMBO | No | `"16:9"`<br>`"9:16"`<br>`"1:1"` |
| `camera_control` | Can be created using the Kling Camera Controls node. Controls the camera movement and motion during the video generation. | CAMERA_CONTROL | Yes | - |

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `output` | The generated video output | VIDEO |
| `video_id` | Unique identifier for the generated video | STRING |
| `duration` | Duration of the generated video | STRING |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/KlingCameraControlI2VNode/en.md)

---
**Source fingerprint (SHA-256):** `65b1e4a46c2de1558c8f27ebe031f1736e84d532908170c91fb70121c350347e`
