Capture a Bgr image frame

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public virtual Image<Bgr, byte> QueryFrame()
Visual Basic (Declaration)
Public Overridable Function QueryFrame As Image(Of Bgr, Byte)
Visual C++
public:
virtual Image<Bgr, unsigned char>^ QueryFrame()

Return Value

A Bgr image frame

Implements

ICapture..::.QueryFrame()()()

See Also