
Machine Vision Camera SDK (C) Developer Guide
MV_CC_GetAllMatchInfo
Get the information of all types.
API Definition
int MV_CC_GetAllMatchInfo(
void
*handle,
MV_ALL_MATCH_INFO *pstInfo
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstInfo
[IN] [OUT] Information structure, see MV_ALL_MATCH_INFO for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
● Input required information type (specify nType in structure MV_ALL_MATCH_INFO) in the API
and get corresponding information (return in pInfo of structure MV_ALL_MATCH_INFO).
● The calling precondition of this API is determined by obtained information type. Call after
enabling capture to get MV_MATCH_TYPE_NET_DETECT information of GigE device, and call
after starting device to get MV_MATCH_TYPE_USB_DETECT information of USB3Vision device.
● This API is not supported by CameraLink device.
See Also
MV_CC_StartGrabbing
MV_CC_GetFileAccessProgress
Get the progress of importing and exporting camera parameters.
API Definition
int MV_CC_GetFileAccessProgress(
void
*handle,
MV_CC_FILE_ACCESS_PROGRESS
*pstFileAccessProgress
);
43



































































































































































































































































































































































































