RCP API  6.61.0

◆ rcp_rftp_is_supported()

int rcp_rftp_is_supported ( const rcp_camera_connection_t con)

Check if rftp operations are supported by connected camera.

Check if the rftp operations are supported by the connected camera. This function uses the camera's RCP Parameter Set Version to determine if is is available.

Parameters
[in]conthe camera connection
Return values
0The rftp operations are not supported by the connected camera.
1The rftp operations are supported by the connected camera.