Returns the name of a camera created by a node.


## Description

It takes 2 arguments.

`cameraName(input_index_or_node_path, object_index)`

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

## Usage

- `cameraName(0, 1)` - returns the name of 2nd camera (index 1 in the array) in the input node.
- `cameraName('/geo/merge1', 2)` - returns the name of the 3nd camera (index 2 in the array) in the node /geo/merge1

