| rcp_error_t rcp_get_default | ( | rcp_camera_connection_t * | con, |
| rcp_param_t | id | ||
| ) |
Request RCP parameter default value from the camera.
The default value requested with this call will be returned in one of the callbacks: cur_default_int_cb, cur_default_uint_cb
If called with a parameter that does not have a default value the function will either return with RCP_ERROR_NO_GET_DEFAULT, or the callback will be called with default_val_valid set to 0.
| [in] | con | the camera connection |
| [in] | id | the RCP parameter |