| rcp_error_t rcp_set_uint_relative | ( | rcp_camera_connection_t * | con, |
| rcp_param_t | id, | ||
| int32_t | offset | ||
| ) |
Set unsigned integer value for RCP parameter given an offset.
Similar to rcp_set_uint except instead of providing the absolute parameter value, an offset to the current value is used to calculate the new value.
| [in] | con | the camera connection |
| [in] | id | the RCP parameter |
| [in] | offset | offset to the current value |