The interface to request a duplex image capture

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 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