188 DCx camera
© 2010 Thorlabs
7.3.45
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 DCx camera 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 ms for triggered image capture
Pointer to the variable that holds the timeout value. Returns 0 if
the default value of the DCx camera API is used.
Return Values
Function executed successfully
The value for nMode is invalid
The pTimeout pointer is NULL
Related Functions
is_SetTimeout()
is_CaptureVideo()
is_FreezeVideo()
is_SetExternalTrigger()
Code Sample
// Return user-defined timeout
UINT nTimeout;
INT ret = is_GetTimeout(hCam, IS_TRIGGER_TIMEOUT, &nTimeout);
94
287
124
148
253