Click or drag to resize

FrameSourceNextFrame Method

http://www.emgu.com
Retrieve the next frame from the FrameSource

Namespace:  Emgu.CV.VideoStab
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat NextFrame()

Return Value

Type: Mat
The next frame. If no more frames, null will be returned.
See Also