RCP API  6.61.0

◆ rcp_set_str()

rcp_error_t rcp_set_str ( rcp_camera_connection_t con,
rcp_param_t  id,
const char *  val 
)

Set string value for RCP parameter.

This is used to set a value on the camera.

Note
Do not assume the set will be honored by the camera. Always rely on CURRENT messages from the camera to display data to the user.
Parameters
[in]conthe camera connection
[in]idthe RCP parameter
[in]valvalue to set
Returns
RCP_SUCCESS on success.