© 2013 Thorlabs GmbH256
DCx Cameras
4.3.53 is_GetTimeout
Syntax
INT is_GetTimeout (HIDS hCam, UINT nMode, UINT* pTimeout)
Description
Using is_GetTimeout(), you can read out user-defined timeout values from the uc480 API.
For further information, please refer to the How to proceed: Timeout values for image capture section.
Input parameters
Selects the timeout value to be returned
Returns the timeout value in steps of 10 ms for triggered image
capture
Pointer to the variable that holds the timeout value. Returns 0 if the
default value of the uc480 API is used.
Return values
One of the submitted parameters is outside the valid range or is not
supported for this sensor or is not available in this mode.
The camera model used here does not support this function or
setting.
Function executed successfully
Related functions
is_SetTimeout()
is_CaptureVideo()
is_FreezeVideo()
is_SetExternalTrigger()
Example
// Return user-defined timeout
UINT nTimeout;
INT ret = is_GetTimeout(hCam, IS_TRIGGER_TIMEOUT, &nTimeout);
135
350
177
223
327