USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_GetVsyncCount (HIDS hCam, long* pIntr, long* pActIntr)
Description
is_GetVsyncCount() reads out the VSYNC counter. It will be incremented by 1 each time the sensor starts capturing an image.
Input parameters
hCam |
Camera handle |
pIntr |
Current VSYNC count |
pActIntr |
Current Frame SYNC count |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions