# Multiple Camera Angles

## Summary

The Multiple Camera Angles Node lets you generate new views of a subject from different perspectives using a single reference image. With an interactive 3D camera controller and precise sliders for rotation, movement, and zoom, you can create realistic new angles without reshooting or re-rendering.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select Multiple Camera Angles from the Image node category.
2. Provide a Reference Image:
   * Connect an image from another node (such as Generate Image or Edit Image), or upload one directly.
3. Position the Camera:
   * Drag the point on the interactive 3D camera controller to orbit around your subject visually. Fine-tune with the Rotation, Move, and Zoom sliders.
4. Generate:
   * Click Generate, and the AI will produce a new image from your configured camera angle.

***

### Choosing the Right Settings

| Setting               | Type                            | Impact on Output                                                                                                       |
| --------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Camera Controller     | Interactive 3D Widget           | Drag to visually orbit the camera around your subject before fine-tuning with sliders.                                 |
| Rotation (Left/Right) | Slider                          | Controls horizontal rotation. Negative values rotate left; positive values rotate right.                               |
| Move (Up/Down)        | Slider                          | Adjusts vertical camera position. Negative moves down; positive moves up.                                              |
| Zoom                  | Slider (default: 5)             | Controls camera distance. Higher values zoom in; lower values pull back.                                               |
| Aspect Ratio          | Dropdown (16:9, 4:3, 1:1, etc.) | Defines the output image dimensions.                                                                                   |
| Wide Angle Lens       | Checkbox                        | Simulates a wide-angle lens, expanding the field of view for more immersive perspectives.                              |
| Guidance Scale        | Slider (default: 4.5)           | Controls how strongly the input and camera settings influence the output. Higher values stay closer to your reference. |
| Seed                  | Number Input                    | A fixed number for reproducible results across generations.                                                            |

***

### Sample Use Cases

<details open>

<summary>Product Photography from Every Angle</summary>

Upload/Generate a single product shot and rotate the camera to generate front, side, and top-down views, perfect for e-commerce listings without a full photo shoot.

</details>

<details open>

<summary>Cinematic Scene Angles</summary>

Turn a single scene into a full storyboard of camera angles. Use Move (Up/Down) for a dramatic low-angle hero shot, Rotation for an over-the-shoulder perspective, and Zoom for a tight close-up all from one base image.

</details>

<details open>

<summary>Architectural Visualization</summary>

Generate eye-level, aerial, and dramatic low-angle views of a building from a single render. Enable Wide Angle Lens for expansive interior or exterior perspectives.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.imagine.art/workflows/image-nodes/multiple-camera-angles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
