145SDK (Software development Kit)
© 2010 Thorlabs
7.3.16
is_ForceTrigger
Syntax
INT is_ForceTrigger (HIDS hCam)
Description
You can use is_ForceTrigger() to force a software-controlled capture of an image while a
capturing process triggered by hardware is in progress. This function can only be used if the
triggered capturing process was started using the IS_DONE_WAIT parameter.
Input Parameters
Return Values
Function executed successfully
Related Functions
is_FreezeVideo()
is_CaptureVideo()
is_SetExternalTrigger()
Code Sample
Enable trigger and wait 1 second for the external trigger. If no trigger signal has arrived, force an
exception using is_ForceTrigger().
148
124
253