User`s guide
FUNCTIONS
SDK SECTION 11
Page 244
SetSaturationEvent
unsigned int WINAPI SetSaturationEvent(HANDLE saturationEvent)
Description
This is only supported with the CCI-23 PCI card. USB cameras do not have this feature.
This function passes a Win32 Event handle to the driver via which the driver can inform
the main software that an acquisition has saturated the sensor to a potentially damaging
level. You must reset the event after it has been handled in order to receive additional
triggers. Before deleting the event you must call SetEvent with NULL as the parameter.
Parameters
HANDLE saturationEvent: Win32 event handle.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
Acquisition mode set.
System not initialized.
Function not supported for operating system
See also
SetDriverEvent
NOTE The programmer must reset the event after it has been handled in order to receive
additional triggers, unless the event has been created with auto-reset, e.g. event =
CreateEvent(NULL, FALSE, FALSE, NULL). Also, NOT all programming
environments allow the use of multiple threads and Win32 events.
Only supported with the CCI-23 card.
USB cameras do not have this feature.