The interface that is used for WCF to provide a image capture service

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 interface ICapture
Public Interface ICapture
public interface class ICapture

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
QueryFrame()()()()
Capture a Bgr image frame
QuerySmallFrame()()()()
Capture a Bgr image frame that is half width and half heigh

See Also