> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/camera/get-all-cameras.md).

# Get All Cameras

## Overview

![The Get All Cameras Node.](/files/pwcQZfvniUXunS6ThH2C)

The **Get All Cameras** **Node** outputs an **Array** containing the **Object IDs** of all available **Cameras** in the **Scene**.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## Outputs

| Output              | Type      | Description                                                                                                                            |
| ------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►)  | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Available Cameras` | **Array** | **Array** containing the **Object IDs** of all available **Cameras**.                                                                  |

## See Also

* [**Camera**](/incari-studio/2024.1/objects-and-types/scene-objects/camera.md)
