306 DCx camera
© 2010 Thorlabs
7.4.12
isavi_InitEvent
Syntax
INT isavi_InitEvent (int nAviID, int which)
Description
isavi_InitEvent() creates the specified event. This includes registering the event object in the
DCx camera AVI interface and creating an event handler. Before you can use a new event, you must
enable it by calling isavi_EnableEvent() .
Input Parameters
Instance ID set by the isavi_InitAVI()
function.
Name of the event to be created.
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() .
The event could not be initialised. The Windows SetEvent
function failed.
An invalid event was specified for the which parameter.
Related Functions
isavi_ExitEvent()
isavi_EnableEvent()
isavi_DisableEvent()
298
305
299
300
298
297