Click or drag to resize

VideoCaptureQuerySmallFrame Method

http://www.emgu.com
Capture a Bgr image frame that is half width and half height. Mainly used by WCF when sending image to remote locations in a bandwidth conservative scenario

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public virtual Mat QuerySmallFrame()

Return Value

Type: Mat
A Bgr image frame that is half width and half height

Implements

ICaptureQuerySmallFrame
Remarks
Internally, this is a cvQueryFrame operation follow by a cvPyrDown
See Also