VideoCaptureQueryFrame Method |
http://www.emgu.com
Capture a Bgr image frame
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic virtual Mat QueryFrame()
Public Overridable Function QueryFrame As Mat
public:
virtual Mat^ QueryFrame()
abstract QueryFrame : unit -> Mat
override QueryFrame : unit -> Mat
Return Value
Type:
Mat A Bgr image frame. If no more frames are available, null will be returned.
Implements
ICaptureQueryFrame
See Also