Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetVsyncCount |
uEye Camera Manual Version 3.80
is_GetVsyncCount
USB 2.0 GigE |
USB 2.0 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_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions