Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceNewFrame Event

New frame event.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public event NewFrameEventHandler NewFrame
Request Example View Source

Value

Type: Accord.VideoNewFrameEventHandler

Implements

IVideoSourceNewFrame
Remarks

Notifies clients about new available frame from video source.

Note Note
Since video source may have multiple clients, each client is responsible for making a copy (cloning) of the passed video frame, because the video source disposes its own original copy after notifying of clients.

See Also