| Home > C: Programming > AVI function descriptions > | History back Previous chapter Next chapter Print |
isavi_ResetFrameCounters |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
- |
Syntax
INT isavi_ResetFrameCounters (INT nAviID)
Description
isavi_ResetFrameCounters() resets the counters for saved and discarded images.
Input parameters
nAviID |
Instance ID set by the isavi_InitAVI() function. |
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(). |
Related functions