RCP API  6.61.0

◆ rcp_user_metadata_unregister()

rcp_error_t rcp_user_metadata_unregister ( rcp_camera_connection_t con,
const char *  id 
)

Unregister user metadata id with camera.

Unregistering a user id will remove the item from the current set of user metadata as well as free up space for other third party metadata.

Parameters
[in]conthe camera connection
[in]idthe user assigned ID
Returns
RCP_SUCCESS on success.