IntegrateWnd
Top  Previous  Next

Description

Returns or sets the number of frames to be used in the Integrate operation.


Syntax


[VB]
objActiveGige.IntegrateWnd [= Value]


[C/C++]
HRESULT get_IntegrateWnd( long *pValue );
HRESULT put_IntegrateWnd( long Value );



Data Type
[VB]

Long


Parameters
[C/C++]

pValue [out,retval]  
Pointer to the currently selected number of frames for the frame integration  
Value [in]  
The number of frames to be set  


Return Values


S_OK  
Success  
E_FAIL  
Failure.  
E_INVALIDARG  
Invalid property value.  
 

Example


This VB example activates the running average mode with a 16-frame window:

ActiveGige1.IntegrateWnd=16
ActiveGige1.Integrate = 1
 

Remarks

The size of the integration windows indicates the number of consecutive frames used for the Running Average or Running Accumulation operations. Increasing the size of the integration window lowers the video noise, but increases a motion-related blurring.