© 2016 Thorlabs Scientific Imaging404
DCx Camera Functional Description and SDK Manual
4.4.11 isavi_GetnLostFrames
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
Instance ID set by the isavi_InitAVI() function.
Return values
Function executed successfully.
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
isavi_GetnCompressedFrames()
isavi_ResetFrameCounters()