Click or drag to resize
Accord.NET (logo)

HeadControllerNewFrame Event

New frame event.

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

Value

Type: Accord.VideoNewFrameEventHandler

Implements

IVideoSourceNewFrame
Remarks

This event is used to notify clients about new available video frame.

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

See Also