New frame event.

Namespace:  AForge.Video
Assembly:  AForge.Video (in AForge.Video.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
event NewFrameEventHandler NewFrame

Remarks

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

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