Click or drag to resize
ICapture Interface
http://www.emgu.com
The interface that is used for WCF to provide a image capture service

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public interface ICapture

The ICapture type exposes the following members.

Methods
  NameDescription
Public methodQueryFrame
Capture a Bgr image frame
Public methodQuerySmallFrame
Capture a Bgr image frame that is half width and half heigh
Top
See Also