Click or drag to resize
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.2.0.2682 (3.2.0.2682)
Syntax
public virtual Mat QueryFrame()

Return Value

Type: Mat
A Bgr image frame. If no more frames are available, null will be returned.

Implements

ICaptureQueryFrame
See Also