CameraDevice Methods
Describes a video capture device, operates the device, and processes the received video stream.
Name | Description |
---|---|
Dispose() |
Disposes of the current object and releases all the allocated resources.
Inherited from Camera |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from Camera |
Get |
Returns the list of video resolutions available on the current device.
Inherited from Camera |
Get |
Returns the list of video resolutions available on the current device.
Inherited from Camera |
Get |
Returns the hash code for the current Camera |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the ICamera |
Start() |
Starts capturing video from the current device.
Inherited from Camera |
Stop() |
Stops capturing video from the current device.
Inherited from Camera |
Take |
Returns the video frame currently captured by the device.
Inherited from Camera |
To |
Returns a string that represents the current object. Inherited from Object. |
Wnd |
Processes Windows messages.
Inherited from Camera |
See Also