© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
259
4.3.57 is_HasVideoStarted
Syntax
INT is_HasVideoStarted (HIDS hCam, BOOL* pbo)
Description
Using is_HasVideoStarted(), you can check whether the image digitizing process has started.
This function is helpful when the is_FreezeVideo() function was called with the IS_DONT_WAIT
parameter.
Input parameters
Returns the digitizing status:
0 = Image capturing has not started yet.
1 = Image capturing has started.
Return values
Function executed successfully
Related functions
is_FreezeVideo()
is_IsVideoFinish()