USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_GetFramesPerSecond (HIDS hCam, double* dblFPS)
Description
In live capture mode started by is_CaptureVideo(), the is_GetFramesPerSecond() function returns the number of frames actually captured per second.
Input parameters
hCam |
Camera handle |
dblFPS |
Returns the current frame rate. |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions