Click or drag to resize
Accord.NET (logo)

IVideoSourceNewFrame Event

New frame event.

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

Value

Type: Accord.VideoNewFrameEventHandler
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