User`s guide
FUNCTIONS
SDK SECTION 11
Page 96
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
System not initialized.
Acquisition in progress.
Invalid averagingFactor (i.e. NULL pointer).
See also
Filter_SetAveragingFactor
Filter_GetAveragingFrameCount
unsigned int WINAPI Filter_GetAveragingFrameCount (int * frames)
Description
Returns the current frame count value.
Parameters
int * frames: The current frame count value.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Frame count returned.
System not initialized.
Acquisition in progress.
Invalid frame count (i.e. NULL pointer).
See also
Filter_SetAveragingFrameCount
Filter_GetDataAveragingMode
unsigned int WINAPI Filter_GetDataAveragingMode (int * mode)
Description
Returns the current averaging mode.
Parameters
int * mode: The current averaging mode.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Averaging mode returned.
System not initialized.
Acquisition in progress.
Invalid threshold (i.e. NULL pointer).
See also
Filter_SetDataAveragingMode
Filter_GetMode
unsigned int WINAPI Filter_GetMode (unsigned int * mode)
Description
Returns the current Noise Filter mode.
Parameters
unsigned int * mode: Noise Filter mode.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_P1INVALID
Filter mode returned.
System not initialized.
Noise Filter processing not available for this camera.
Invalid mode (i.e. NULL pointer)
See also
Filter_SetMode