RCP API  6.61.0

◆ rcp_user_metadata_send()

rcp_error_t rcp_user_metadata_send ( rcp_camera_connection_t con,
const char *  id,
const char *  val 
)

Send user metadata to camera.

Send updated user metadata. Before user metadata can be sent it must first be registered with the camera.

Parameters
[in]conthe camera connection
[in]idthe user assigned ID
[in]valthe value of the user metadata item (should be human-readable)
Returns
RCP_SUCCESS on success.