|
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
)
Protected Sub OnNewFrame (
image As Bitmap
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
New frame's image.
See Also