| 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
| [in] | con | the camera connection |
| 0 | get_periodic is not supported by the connected camera. |
| 1 | get_periodic is supported by the connected camera. |