
Machine Vision Camera SDK (C) Developer Guide
pstFileAccess
[IN] Structure for getting or saving files, see the structure MV_CC_FILE_ACCESS for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
After connecting to the device, you can call this API to read files from the camera and save them to
local PC.
See Also
MV_CC_FileAccessWrite
MV_CC_FileAccessWrite
Write local files to the camera.
API Definition
int MV_CC_FileAccessWrite(
void
*handle,
MV_CC_FILE_ACCESS pstFileAccess
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstFileAccess
[IN] Structure for saving files, see the structure MV_CC_FILE_ACCESS for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API should be called after connecting to device.
See Also
MV_CC_FileAccessRead
42



































































































































































































































































































































































































