http://www.emgu.com
The Capture type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Capture()()()() | Create a capture using the default camera |
![]() | Capture(Int32) | Create a capture using the specific camera |
![]() | Capture(String) |
Create a capture from file or a video stream
|
![]() | Capture(CaptureType) |
Create a capture using the specific camera
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the resource for this capture
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | DuplexQueryFrame |
Query a frame duplexly over WCF
|
![]() | DuplexQuerySmallFrame |
Query a small frame duplexly over WCF
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetCaptureProperty |
Obtain the capture property
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Grab |
Grab a frame
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | QueryFrame |
Capture a Bgr image frame
|
![]() | QueryGrayFrame |
Capture a Gray image frame
|
![]() | QuerySmallFrame |
Capture a Bgr image frame that is half width and half height.
Mainly used by WCF when sending image to remote locations in a bandwidth conservative scenario
|
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | RetrieveBgrFrame |
Retrieve a Bgr image frame after Grab()
|
![]() | RetrieveGrayFrame |
Retrieve a Gray image frame after Grab()
|
![]() | SetCaptureProperty |
Sets the specified property of video capturing
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | CaptureSource |
Get the type of the capture module
|
![]() | FlipHorizontal |
Get or Set if the captured image should be flipped horizontally
|
![]() | FlipType |
Get and set the flip type
|
![]() | FlipVertical |
Get or Set if the captured image should be flipped vertically
|
![]() | Height | The height of this capture |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Width | The width of this capture |