RCP API  6.61.0

◆ rcp_get_periodic_on()

rcp_error_t rcp_get_periodic_on ( rcp_camera_connection_t con,
rcp_param_t  id 
)

Enable periodic RCP parameter data from the camera.

This will send an RCP GET_PERIODIC message to the camera for the given RCP parameter, with a value of 1 to enable the periodic data to be sent.

Parameters
[in]conthe camera connection
[in]idthe RCP parameter
Returns
RCP_SUCCESS on success.