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.1.0.649 (2.1.0.649)

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