ifm3dpy.deserialize.RGBInfoV1
- class ifm3dpy.deserialize.RGBInfoV1
Bases:
None
Class for managing an instance of an struct RGBInfoV1
- __init__(self: ifm3dpy.deserialize.RGBInfoV1) None
Constructor
Methods
__init__
(self)Constructor
deserialize
(arg0)Deserialize RGB_INFO Buffer to RGBInfoV1 struct
Attributes
Actual exposure time of the 2D image
Extrinsic optic paramter of the 2D head
Frame count, The frame counter is initialized to 0 at the initialization
Intrinsic Calibration parameters
Inverse intrinsic Calibration parameters
The timestamp of the 2D image, given in nano second
Version of the RGB_INFO data
- static deserialize(arg0: numpy.ndarray[numpy.uint8]) ifm3dpy.deserialize.RGBInfoV1
Deserialize RGB_INFO Buffer to RGBInfoV1 struct
- property exposure_time
Actual exposure time of the 2D image
- property extrinsic_optic_to_user
Extrinsic optic paramter of the 2D head
- property frame_counter
Frame count, The frame counter is initialized to 0 at the initialization
- property intrinsic_calibration
Intrinsic Calibration parameters
- property inverse_intrinsic_calibration
Inverse intrinsic Calibration parameters
- property timestamp_ns
The timestamp of the 2D image, given in nano second
- property version
Version of the RGB_INFO data