
Machine Vision Camera SDK (C) Developer Guide
created. To create logs, create handle through MV_CC_CreateHandle , and log files will be
automatically generated and saved to MvSdkLog folder under current executable program path.
See Also
MV_CC_EnumDevices
MV_CC_DestroyHandle
4.1.9 MV_CC_DestroyHandle
Destroy device example and related resources.
API Definition
int MV_CC_DestroyHandle
void *handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
See Also
MV_CC_CreateHandle
4.1.10 MV_CC_OpenDevice
Open the device (connect to the device).
API Definition
int MV_CC_OpenDevice(
void
*handle,
unsigned int
nAccessMode = MV_ACCESS_Exclusive,
unsigned short nSwitchoverKey = 0
);
Parameters
handle
25



































































































































































































































































































































































































