Capture a Gray 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<Gray, byte> QueryGrayFrame()
Visual Basic (Declaration)
Public Overridable Function QueryGrayFrame As Image(Of Gray, Byte)
Visual C++
public:
virtual Image<Gray, unsigned char>^ QueryGrayFrame()

Return Value

A Gray image frame

See Also