308 DCx camera
© 2010 Thorlabs
7.4.13
isavi_OpenAVI
Syntax
INT isavi_OpenAVI (int nAviID)
Description
isavi_OpenAVI() opens a new or existing AVI file.
Input Parameters
Instance ID set by the isavi_InitAVI() function.
Pointer to the name to be assigned to the AVI file. If NULL is passed,
the "Open File" dialogue is displayed.
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_CAPTURE_RUNNING
Another capturing operation is in progress or an AVI
file is still open.
No valid AVI file was selected in the Windows "Open
File..." dialogue.
No memory could be allocated for the AVI file.
The AVI file could not be opened. Please check if the
file is corrupted or was opened in another application.
No AVI stream could be created.
Related Functions
isavi_CloseAVI()
isavi_InitAVI()
isavi_ExitAVI()
305
299
296
305
299