CameraDevice Members
In This Article
#Constructors
Name | Description |
---|---|
Camera |
Initializes a new instance of the Camera |
#Properties
Name | Description |
---|---|
Bitmap |
Gets the Bitmap image currently displayed by Camera |
Device |
Gets the string representation of the moniker for the current device.
Inherited from Camera |
Is |
Gets whether the video capture device is already in use in another application.
Inherited from Camera |
Is |
Gets whether the device is currently capturing video.
Inherited from Camera |
Name |
Gets the UI display name of the video capture device.
Inherited from Camera |
Resolution |
Gets or sets the resolution of a video stream captured by the current device.
Inherited from Camera |
#Methods
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