Returns the number of cameras in a geometry node.


## Description

It takes 1 argument.

`camerasCount(input_index_or_node_path)`

- `input_index_or_node_path` the path to a node, or input index

## Usage

- `camerasCount(0)` - returns the number of cameras in the input node.
- `camerasCount('/geo/merge1')` - returns the number of cameras in the node /geo/merge1

