Machine Vision Camera SDK (C) Developer Guide
pstDevInfo
[IN] Device information, including device version, MAC address, transport layer type and other
device information, see the structure MV_CC_DEVICE_INFO for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Create required resources within library and initialize internal module according to input device
information. Create handle and call SDK interface through this interface, and SDK log file will be
created by default and will be saved in MvSdkLog folder under current executable program path.
Creating handle through MV_CC_CreateHandleWithoutLog will not generate log files.
See Also
MV_CC_CreateHandleWithoutLog
MV_CC_EnumDevices
MV_CC_DestroyHandle
4.1.8 MV_CC_CreateHandleWithoutLog
Create a handle without log.
API Definition
int MV_CC_CreateHandleWithoutLog(
void
*handle,
const MV_CC_DEVICE_INFO *pstDevInfo
);
Parameters
handle
[OUT] Device handle
pstDevInfo
[IN] Device information, including device version, MAC address, transport layer type and other
device information, see the structure MV_CC_DEVICE_INFO for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Create required resources within library and initialize internal module according to input device
information. Create handle and call SDK interface through this interface, and SDK log file will not be
24
    "