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
Syntaxpublic bool NextFrame(
Mat frame
)
Public Function NextFrame (
frame As Mat
) As Boolean
public:
bool NextFrame(
Mat^ frame
)
member NextFrame :
frame : Mat -> bool
Parameters
- frame
- Type: Emgu.CVMat
The next frame
Return Value
Type:
BooleanTrue if there are more frames
See Also