Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerGetCurrentVideoFrame Method

Get clone of current video frame displayed by the control.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap GetCurrentVideoFrame()
Request Example View Source

Return Value

Type: Bitmap
Returns copy of the video frame, which is currently displayed by the control - the last video frame received from video source. If the control did not receive any video frames yet, then the method returns .
See Also