Capture a Gray image frame

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

Syntax

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

Return Value

A Gray image frame

See Also