© 2016 Thorlabs Scientific Imaging396
DCx Camera Functional Description and SDK Manual
4.4.2 isavi_CloseAVI
Syntax
INT isavi_CloseAVI (INT nAviID)
Description
isavi_CloseAVI() closes an AVI file which was opened using isavi_OpenAVI().
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_OpenAVI()
isavi_InitAVI()
isavi_ExitAVI()
4.4.3 isavi_DisableEvent
Syntax
INT isavi_DisableEvent (INT nAviID, INT which)
Description
isavi_DisableEvent() disables the specified event. The disabled event no longer triggers an
event notification when the associated event occurs.
Input parameters
Instance ID set by the isavi_InitAVI() function.
Name of the event to be disabled.
IS_AVI_SET_EVENT_FRAME_SAVED
A new frame was saved to the AVI file.
Return values
Function executed successfully.
The indicated AVI instance could not be found.