User`s guide

FUNCTIONS
SDK SECTION 11
Page 97
Filter_GetThreshold
unsigned int WINAPI Filter_GetThreshold (float * threshold)
Description
Returns the current Noise Filter threshold value.
Parameters
float * threshold: The current threshold value.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_P1INVALID
Threshold returned.
System not initialized.
Noise Filter processing not available for this camera.
Invalid threshold (i.e. NULL pointer).
See also
Filter_SetThreshold
Filter_SetAveragingFactor
unsigned int WINAPI Filter_SetAveragingFactor (int averagingFactor)
Description
Sets the averaging factor.
Parameters
int averagingFactor: The averaging factor to use.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Averaging factor set.
System not initialized.
Acquisition in progress.
Invalid averagingFactor.
See also
Filter_GetAveragingFactor
Filter_SetAveragingFrameCount
unsigned int WINAPI Filter_SetAveragingFrameCount (int frames)
Description
Sets the averaging frame count.
Parameters
int frames: The averaging frame count to use.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Averaging frame count set.
System not initialized.
Acquisition in progress.
Invalid frame count.
See also
Filter_GetAveragingFrameCount