| 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.
| [in] | con | the camera connection |
| [in] | id | the user assigned ID |
| [in] | val | the value of the user metadata item (should be human-readable) |