Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_GetnLostFrames |
uEye Camera Manual Version 3.80
isavi_GetnLostFrames
USB 2.0 GigE |
- |
Syntax
INT isavi_GetnLostFrames (INT nAviID, unsigned long* nFrames)
Description
Using isavi_GetnLostFrames(), you can read out the number of frames that have been discarded. A frame will be discarded if it cannot be processed because a compression operation in still in progress.
Input Parameters
nAviID |
Instance ID set by the isavi_InitAVI() function. |
nFrames |
The number of frames |
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