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
SyntaxPublic Function NextFrame As Mat
member NextFrame : unit -> Mat
Return Value
Type:
MatThe next frame. If no more frames, null will be returned.
See Also