> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Change camera angle

> Adjust the perceived camera orientation of a scene using pitch, yaw, and roll.

The Change Camera Angle node shifts the perceived camera orientation of a scene using tilt, rotation, and zoom controls.

## When to use

* Product hero variants
* Alternate viewpoints
* 3D-style reframing

Common patterns: `upload_image → change_camera_angle`, or `generate_image → change_camera_angle`.

## Inputs

<ParamField body="Image" type="image" required>
  The image to reorient. Required.
</ParamField>

## Outputs

<ParamField body="Image" type="image">
  The reoriented image.
</ParamField>

## Configuration

<ParamField body="yaw" type="number" default="0">
  Horizontal rotation (azimuth), 0 to 360°: 0°=front, 90°=right, 180°=back, 270°=left.
</ParamField>

<ParamField body="pitch" type="number" default="0">
  Vertical angle (elevation), -30 to 90°: -30°=low-angle, 0°=eye-level, 90°=bird's-eye.
</ParamField>

<ParamField body="zoom" type="number" default="5">
  Camera distance, 0 to 10: 0=wide shot, 5=medium, 10=close-up.
</ParamField>

<ParamField body="numberOfImages" type="number" default="1">
  How many images to generate per run.
</ParamField>

<Note>
  Runs on Qwen Camera Angle; see [Image models](/models/image). Advanced options (guidance scale, inference steps, LoRA scale, and image size) are available in the node's config panel. See [Model settings](/models/settings) for what each does. Runs consume credits.
</Note>
