iblrig.video_pyspin.get_node

iblrig.video_pyspin.get_node(camera, node_name)[source]

Retrieve a node from the camera’s node map.

Parameters:
  • camera (PySpin.CameraPtr) – The camera pointer from which to retrieve the node.

  • node_name (str) – The name of the node to retrieve.

Returns:

The node corresponding to the specified node name.

Return type:

PySpin.INode

Raises:

AssertionError – If the node is not available or not readable for the specified camera.

Parameters:
  • camera (PySpin.CameraPtr)

  • node_name (str)