The interface to request a duplex image capture

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

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DuplexQueryFrame()()()
Request a frame from server
DuplexQuerySmallFrame()()()
Request a frame from server which is half width and half height

See Also