Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetFrameTimeRange |
uEye Camera Manual Version 3.80
is_GetFrameTimeRange
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetFrameTimeRange (HIDS hCam,
double* min, double* max, double* intervall)
Description
Using is_GetFrameTimeRange(), you can read out the frame rate settings which are available for the current pixel clock setting. The returned values indicate the minimum and maximum frame duration in seconds. You can set the frame duration between min and max in increments defined by the intervall parameter.
The following applies:
fpsmin= 1/max
fpsmax= 1/min
fpsn= 1/(min + n * intervall)
|
Input Parameters
hCam |
Camera handle |
min |
Returns the minimum available frame duration. |
max |
Returns the maximum available frame duration. |
intervall |
Returns the increment you can use to change the frame duration. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions