Machine Vision Camera SDK (C) Developer Guide
}
}
printf("Press a key to exit.\n");
WaitForKeyPress();
return 0;
}
MV_CC_SetImageNodeNum
Set the number of SDK internal image buffer nodes.
API Definition
int MV_CC_SetImageNodeNum(
void
*handle,
unsigned int nNum
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nNum
[IN] The number of SDK internal image buffer nodes; its value should be larger than or equal to
1, and the default value is "1".
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Call this API to set the number of SDK internal image buffer nodes. The API should be called
before calling MV_CC_StartGrabbing for capturing.
This API is not supported by CameraLink device.
See Also
MV_CC_OpenDevice
MV_CC_SetOutputQueueSize
Set the output queue size.
56
    "