Emgu CV Library Documentation
QuerySmallFrame Method
NamespacesEmgu.CVCaptureQuerySmallFrame()()()

www.emgu.com/wiki
Capture a Bgr image frame that is half width and half height. Mainly used by WCF when sending image to remote locations in a band width conservertive senario
Declaration Syntax
C#Visual BasicVisual C++
public virtual Image<Bgr, byte> QuerySmallFrame()
Public Overridable Function QuerySmallFrame As Image(Of Bgr, Byte)
public:
virtual Image<Bgr, unsigned char>^ QuerySmallFrame()
Return Value
A Bgr image frame that is half width and half height
Remarks
Internally, this is a cvQueryFrame operation follow by a cvPyrDown

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)