195SDK (Software development Kit)
© 2010 Thorlabs
7.3.50
is_InitEvent
Syntax
INT is_InitEvent (HIDS hCam, HANDLE hEv, INT which)
Description
is_InitEvent() initialises the event handle for the specified event object. This registers the event
object in the DCx camera kernel driver.
Input Parameters
Event handle created by the CreateEvent() Windows API
function.
Note: Under Linux, hEv has to be NULL.
ID of the event to be initialised
A new image is available.
The sequence is completed.
An image extracted from the overlay is available.
IS_SET_EVENT_TRANSFER_FAILED
During the transfer, data was lost.
An image which was captured following the arrival of a trigger
has been transferred completely.
This is the earliest possible moment for a new capturing
process. The image must then be post-processed by the
driver and will be available after the IS_FRAME processing
event.
A camera initialised with is_InitCamera() was
disconnected. *
)
IS_SET_EVENT_DEVICE_RECONNECTED
A camera initialised with is_InitCamera() and
disconnected afterwards was reconnected. *
)
A new camera was connected.
This is independent of the device handle (hCam is ignored).
A camera was removed.
This is independent of the device handle (hCam is ignored).
The automatic white balance control is completed.
*
)
Not available under Linux.
192
192