ImageEn, unit ieds

TIEDirectShow.EnableSampleGrabber

TIEDirectShow.EnableSampleGrabber

Declaration

property EnableSampleGrabber: Boolean;

Description

If EnableSampleGrabber is True, then an event occurs whenever a new frame is available.
The event is OnDShowNewFrame (unless you use SetNotifyWindow and use TIEDirectShow as stand alone object).

Default: False

Example

ImageEnView1.IO.DShowParams.EnableSampleGrabber := True;
ImageEnView1.IO.DShowParams.Connect();
ImageEnView1.IO.DShowParams.Run();

See Also

OnDShowNewFrame
GetSample