
Machine Vision Camera SDK (C) Developer Guide
return;
}
MV_CC_UnloadGenTLLibrary
Unload the CTI library.
API Definition
int MV_CC_UnloadGenTLLibrary(
const char
*pGenTLPath
);
Parameters
pGenTLPath
[IN] The storage path of CTI files.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Make sure that all devices enumerated by the CTI file are closed before calling this API, otherwise,
an error will occur.
4.4 Image Acquisition
4.4.1 MV_CC_ClearImageBuffer
Clear the streaming data buffer.
API Definition
int MV_CC_ClearImageBuffer(
void
*handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
89



































































































































































































































































































































































































