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