| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetFrameRate |
|
uEye ActiveX Manual Version 4.00
Syntax
DOUBLE SetFrameRate (DOUBLE dFps)
Description
SetFrameRate() sets the number of frames/sec. the sensor shall work with. If the frame rate is set too high, frames may be lost due to USB bandwidth limitations.
It is not possible to adjust any value because of internal timing constraints. Therefore the return value of the function is the effective adjusted frame rate.
With changing the the timing readout (pixel clock and frame rate) the exposure time will change also. Therefore SetExposureTime() must be called again after the function SetFrameRate().
|
|
|
|
Parameters
dFps |
Frame rate in frames per second. |
Return values
Current frame rate |
|
IS_NO_SUCCESS |
General error message |
Related properties
Related functions