Click or drag to resize
Accord.NET (logo)

FileVideoSourceOnNewFrame Method

Notifies client about new frame.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
protected void OnNewFrame(
	Bitmap image
)
Request Example View Source

Parameters

image
Type: System.DrawingBitmap
New frame's image.
See Also