[This is preliminary documentation and is subject to change.]

The interface to request a duplex image capture

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

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