1 time timestamp # ROS time stamp to indicate when the camera is
2 # connected (if connected), or disconnected (if
3 # once connected then disconnected), or retrieved
4 # (if the camera is not connected)
6 string device_id # device ID
7 string device_model # device model
8 string device_serial # device serial number
9 string device_tltype # based on GenTL TL type
11 string[] device_tl_specific_field # Specific info depending on the TL type
12 string[] device_tl_specific_value # Corresponding value for the field
14 omronsentech_camera/GenTLInfo device_gentl_info # GenTL producer used
15 string device_namespace # ROS namespace for the device if connected
16 bool connected # true if connected. false if disconnected