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 is the loss of UDP packets due to the network overload.