298 DCx camera
© 2010 Thorlabs
7.4.4
isavi_EnableEvent
Syntax
INT isavi_EnableEvent (int nAviID, int which)
Description
isavi_DisableEvent() enables the specified event. The enabled event 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 enabled.
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. Either the
AVI ID is invalid or the instance has already been deleted
using isavi_ExitAVI() .
An invalid event was specified for the which parameter.
Related Functions
isavi_DisableEvent()
305
299
297