Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_SetFrameRate |
uEye Camera Manual Version 3.80
isavi_SetFrameRate
USB 2.0 GigE |
- |
Syntax
INT isavi_SetFrameRate (INT nAviID, double fr)
Description
isavi_SetFrameRate() sets the frame rate for AVI capturing. You can set the frame rate after opening the AVI file. This value does not have to be equal to the frame rate set for the uEye camera.
Input Parameters
nAviID |
Instance ID set by the isavi_InitAVI() function. |
fr |
The frame rate to be set. Default = 25.0 |
Return Values
IS_AVI_NO_ERR |
Function executed successfully |
IS_AVI_ERR_INVALID_ID |
The indicated AVI instance could not be found. Either the AVI ID is invalid or the instance has already been deleted using isavi_ExitAVI(). |
IS_AVI_ERR_WRITE_INFO |
The AVI file could not be modified. |
IS_AVI_ERR_INVALID_FILE |
The AVI file is not open. |
Related Functions