CamerasΒΆ

This parameter specifies which cameras should be included in the rendered view. The camera types can be both stereo and monocular.

Format

Number

A single camera eeprom id

String

A single camera serial number

Array

An array of serial numbers or eeprom ids. A serial number entry must be of type String, an eeprom id entry must be of type Number.

When specifying monocular and stereo cameras, there are only two allowed combinations:

  • A single monocular camera. This cameras image will provide the texture for all stereo camera surfaces.

  • The number of monocular cameras equals the number of stereo cameras, and each monocular camera is linked directly to a stereo camera. In this case, each monocular camera provides the texture for the surface of the stereo camera it is directly linked to.

If no monocular camera is given, the raw camera image of each stereo cameras left camera is used to texture its surface.

Default

If this parameter node is not specified, it defaults to an array of serial numbers of all open cameras in the current NxLib instance.