Function rs2_software_device_register_info

Function Documentation

void rs2_software_device_register_info(rs2_device *dev, rs2_camera_info info, const char *val, rs2_error **error)

Register a camera info value for the software device

Parameters:
  • dev[in] the software device

  • info[in] identifier for the camera info to add.

  • val[in] string value for this new camera info.

  • error[out] if non-null, receives any error that occurs during this call, otherwise, errors are ignored