| rcp_error_t rcp_set_int | ( | rcp_camera_connection_t * | con, |
| rcp_param_t | id, | ||
| int32_t | val | ||
| ) |
Set integer value for RCP parameter.
This is used to set a value on the camera. This value usually comes from a list provided by the camera or an enum found in rcp_types_public.h rather than directly given by the user or hard-coded in the client application.
| [in] | con | the camera connection |
| [in] | id | the RCP parameter |
| [in] | val | value to set |