DShowNewFrame occurs when a new frame is ready to be read.
This event is active when you are using DShowParams and DShowParams.EnableSampleGrabber is True.
Here you can call DShowParams.GetSample() to get currently captured sample.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler DShowNewFrame
Public Event DShowNewFrame As EventHandler
public: event EventHandler^ DShowNewFrame { void add (EventHandler^ value); void remove (EventHandler^ value); }