Machine Vision Camera SDK (C) Developer Guide
cbException
[IN] Callback function for receiving stream exceptions, see the details below.
void(__stdcall* cbException)(
MV_CC_STREAM_EXCEPTION_TYPE
void
);
enExceptionType,
*pUser
enExceptionType
Stream exception types, see MV_CC_STREAM_EXCEPTION_TYPE for details.
pUser
User data
pUser
[IN] User data
Return Value
Return MV_OK on success, and return Error Code on failure.
Remarks
This API is supported by the USB3.0 cameras.
Call this API after the device is opened.
MV_USB_SetEventNodeNum
Set the number of event cache nodes for USB3.0 cameras.
API Definition
int MV_USB_SetEventNodeNum(
void
*handle,
unsigned int
nEventNodeNum
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nEventNodeNum
[IN] The number of event cache nodes, range: [1,64].
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
121
    "