RCP API  6.61.0

◆ rcp_rftp_retrieve_file_tethered()

rcp_error_t rcp_rftp_retrieve_file_tethered ( rcp_camera_connection_t con,
const char *  path,
int64_t  max_file_size,
int  compression_allowed,
rcp_uuid_t uuid 
)

Retrieve file from camera using the RED streaming protocol (for internal RED use only)

Retrieves a file from the camera. This can be a preset file, overlay file, look file, etc.

Note
Only one tethered transfer is allowed at a time. This call will fail if a previous tethered transfer is still in progress.
Parameters
[in]conthe camera connection
[in]pathdestination path of the file on the camera
[in]max_file_sizemaximum acceptable file size
[in]compression_allowedif true, the file data can be compressed
[out]uuidUUID object to use in subsequent api calls
Returns
RCP_SUCCESS if successful.