Notifies client about new frame.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
protected void OnNewFrame(
	Bitmap image
)

Parameters

image
Type: System.Drawing..::.Bitmap
New frame's image.

See Also