
Machine Vision Camera SDK (C) Developer Guide
[OUT] Network transmission information, including received data size, number of lost frames,
and so on. See MV_NETTRANS_INFO for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Call this API after starting image acquiring through MV_CC_StartGrabbing .
This API is supported only by GigEVision Camera.
MV_GIGE_IssueActionCommand
Send PTP (Precision Time Protocol) command of taking photo.
API Definition
int MV_GIGE_IssueActionCommand(
MV_ACTION_CMD_INFO
*pstActionCmdInfo,
MV_ACTION_CMD_RESULT_LIST *pstActionCmdResults
);
Parameters
pstActionCmdInfo
[IN] Command information, see the structure MV_ACTION_CMD_INFO for details.
pstActionCmdResults
[OUT] Returned information list, see the structure MV_ACTION_CMD_RESULT_LIST for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API is supported only by GigEVision camera.
MV_GIGE_SetIpConfig
Configure IP mode.
API Definition
int MV_GIGE_SetIpConfig(
void
*handle,
unsigned int nType
);
71



































































































































































































































































































































































































