User`s guide

FUNCTIONS
SDK SECTION 11
Page 95
EnableKeepCleans
unsigned int WINAPI EnableKeepCleans (int mode)
Description
This function is only available on certain cameras operating in FVB external trigger
mode. It determines if the camera keep clean cycle will run between acquisitions.
When keep cleans are disabled in this way the exposure time is effectively the exposure
time between triggers.
The Keep Clean cycle is enabled by default.
The feature capability AC_FEATURES_KEEPCLEANCONTROL determines if this
function can be called for the camera.
Parameters
int mode: mode
0 OFF
1 ON
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_AVAILABLE
Keep clean cycle mode set.
System not initialized.
Feature not available.
See also
GetCapabilities
NOTE: Currently only available on Newton and iKon cameras operating in FVB external
trigger mode.
FreeInternalMemory
unsigned int WINAPI FreeInternalMemory(void)
Description
The FreeInternalMemory function will deallocate any memory used internally to store the
previously acquired data. Note that once this function has been called, data from last
acquisition cannot be retrived.
Parameters
NONE
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
Memory freed.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
See also
GetImages, PrepareAcquisition
Filter_GetAveragingFactor
unsigned int WINAPI Filter_GetAveragingFactor (int * averagingFactor)
Description
Returns the current averaging factor value.
Parameters
int * averagingFactor: The current averaging factor value.
Return
unsigned int
DRV_SUCCESS Averaging factor returned.