RCP API  6.61.0

◆ rcp_rftp_retrieve_file()

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

Retrieve file from camera.

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

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.