| 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.
| [in] | con | the camera connection |
| [in] | path | destination path of the file on the camera |
| [in] | max_file_size | maximum acceptable file size |
| [in] | compression_allowed | if true, the file data can be compressed |
| [out] | uuid | UUID object to use in subsequent api calls |