ifm3dpy.deserialize.RGBInfoV1
- class ifm3dpy.deserialize.RGBInfoV1
Bases:
objectClass for managing an instance of an struct RGBInfoV1
Methods
__init__(self)Constructor
deserialize(buffer)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(buffer: Annotated[numpy.typing.ArrayLike, numpy.uint8]) RGBInfoV1
Deserialize RGB_INFO Buffer to RGBInfoV1 struct
- Parameters
buffer (
numpy.ndarray) – The raw buffer data as an array ofnumpy.uint8.- Returns
The deserialized structure.
- Return type
- 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