Capture a Gray image frame

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

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