NyxCameraData#

class gs_nyx_plugin.nyx_camera_sensor.NyxCameraData[source]#

Bases: NamedTuple

Return type of NyxCameraSensor.read().

Attributes

rgb

Rendered RGB image, shape (B, H, W, 3) with dtype=torch.uint8, resident on the CUDA device.