Click or drag to resize

FrameSourceNextFrame Method (Mat)

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 bool NextFrame(
	Mat frame
)

Parameters

frame
Type: Emgu.CVMat
The next frame

Return Value

Type: Boolean
True if there are more frames
See Also