Machine Vision Camera SDK (C) Developer Guide
return 0;
}
MV_CC_OpenParamsGUI
Open the Graphical User Interface (GUI) of camera parameters configurations.
API Definition
int MV_CC_OpenParamsGUI(
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.
Remarks
You can call this API to get or set camera parameters after connecting to the camera via API
MV_CC_OpenDevice .
4.3.2 GigE APIs
MV_CC_GetOptimalPacketSize
Get the optimal packet size.
API Definition
int MV_CC_GetOptimalPacketSize(
void
*handle
);
Parameters
handle
64
    "