Machine Vision Camera SDK (C) Developer Guide
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This function is supported only by GigEVision cameras.
After forcing camera network parameters (including IP address, subnet mask, default gateway),
you should create the device handle again.
If device is in DHCP status, after calling this API to force camera network parameter, the device
will restart.
MV_GIGE_GetGvspTimeout
Get GVSP streaming timeout.
API Definition
int MV_GIGE_getGvspTimeout(
void
*handle,
unsigned int
*pnMillilsec
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pnMillilsec
[IN] [OUT] Timeout period, unit: millisecond
Return Value
Return MV_OK for success, and return Error Code for failure.
MV_GIGE_SetGvspTimeout
Set GVSP streaming timeout.
API Definition
int MV_GIGE_SetGvspTimeout(
void
*handle,
unsigned int
nMillilsec
);
66
    "