Capture a Gray image frame

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

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