RCP API  6.61.0

◆ rcp_get_periodic_is_supported()

int rcp_get_periodic_is_supported ( rcp_camera_connection_t con)

Check if the get_periodic feature is supported by connected camera.

Check if the get_periodic feature is supported by the connected camera. This function uses the camera's RCP Parameter Set Version to determine if is is available. This should be used to conditionally before calling rcp_get_periodic_on/off

Parameters
[in]conthe camera connection
Return values
0get_periodic is not supported by the connected camera.
1get_periodic is supported by the connected camera.