User`s guide
FUNCTIONS
SDK SECTION 11
Page 98
Filter_SetDataAveragingMode
unsigned int WINAPI Filter_SetDataAveragingMode (int mode)
Description
Sets the current data averaging mode.
Parameters
int mode: The averaging factor mode to use.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Averaging mode set.
System not initialized.
Acquisition in progress.
Invalid mode.
See also
Filter_GetDataAveragingMode
Filter_SetMode
unsigned int WINAPI Filter_SetMode (unsigned int mode)
Description
Set the Noise Filter to use.
Parameters
unsigned int mode: Filter mode to use.
Valid options are: 0 – No Filter
1 – Median Filter
2 – Level Above Filter
3 – Interquartile Range Filter
4 – Noise Threshold Filter
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_P1INVALID
Filter set.
System not initialized.
Noise Filter processing not available for this camera.
Invalid mode.
See also
Filter_GetMode
Filter_SetThreshold
unsigned int WINAPI Filter_SetThreshold (float threshold)
Description
Sets the threshold value for the Noise Filter.
Parameters
float threshold: Threshold value used to process image.
Valid values are: 0 – 65535 for Level Above filter.
0 – 10 for all other filters.
unsigned int
DRV_SUCCESS Threshold set.