295SDK (Software development Kit)
© 2010 Thorlabs
7.4.1
isavi_AddFrame
Syntax
INT isavi_AddFrame (int nAviID, char* pcImageMem)
Description
isavi_AddFrame() adds a new frame to an AVI sequence.
Input Parameters
Instance ID set by the isavi_InitAVI() function
Pointer to the memory containing the image.
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() .
IS_AVI_ERR_COMPRESSION_RUN
The current image could not be processed since compression is
still in progress.
The AVI file is not open.
Related Functions
isavi_InitAVI()
305
299
305