A Camera capture client that use DuplexCaptureCallback to request image from the server

C# | Visual Basic | Visual C++ |
public class CaptureClient : DuplexCaptureCallback, IDisposable
Public Class CaptureClient _ Inherits DuplexCaptureCallback _ Implements IDisposable
public ref class CaptureClient : public DuplexCaptureCallback, IDisposable

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | CaptureClient(Binding, String) |
Create a capture client with the specific binding and url
|
![]() | CapturedImage |
Get the image that has been captured.
(Inherited from DuplexCaptureCallback.) |
![]() | Dispose()()() |
Dispose function
|
![]() | Dispose(Boolean) |
Release the capture and all the memory associate with it
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Overrides Object.Finalize()()().) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | onFrameReceived |
Handler events when image is received.
(Inherited from DuplexCaptureCallback.) |
![]() | ReceiveFrame(Image<(Of <(Bgr, Byte>)>)) |
Function to call when an image is received.
(Inherited from DuplexCaptureCallback.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | DuplexCaptureCallback | |
![]() | CaptureClient |