FrameDropped
Top  Previous  Next

Description

This event is fired each time a frame is dropped during the video acquisition.


Syntax


[VB]
Private Sub objActiveGige_FrameDropped()


[C/C++]
HRESULT Fire_FrameDropped();


Parameters
[C/C++]

None  
 

Return Values


S_OK  
Success  
E_FAIL  
Failure.  


Example


This VB example uses the FrameDropped event to generate a sound signal:

Private Sub ActiveGige1_FrameDropped()  
Beep  
End Sub  
 

Remarks


The FrameDropped event is raised if an image frame is dropped during the data transmission. The most common reasons for this are the loss of UDP packets due to the network overload, extensive image processing of each frame by an application and limited bandwidth during the AVI recording.