Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceNewFrame Event

New frame event.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.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