Web |
The WebCamera type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioChannel | |
![]() | Capabilities | Gets the supported resolutions and frame rates for the selected capturing device. |
![]() | Capturing | Gets a boolean value indicating whether the capuring is started. |
![]() | CurrentFrameRate | Gets the current frame rate of the capture. |
![]() | DesiredFrameRate | Gets or sets the average frame rate of the capturing device. |
![]() | DeviceID | Gets the identifier of the selected capturing device. |
![]() | DeviceName | Gets the name of the selected capturing device. |
![]() | Host | |
![]() | ID | (Inherited from DisposableClass) |
![]() | Initialized | Gets a boolean value indicating whether the device has been initialized. |
![]() | Moniker | Gets the moniker of the selected capturing device. |
![]() | Password | |
![]() | Resolution | Gets or sets the current resolution of the selected capturing device. |
![]() | State | |
![]() | StateCode | |
![]() | UserName | |
![]() | VideoChannel |
Name | Description | |
---|---|---|
![]() | Connect |
Starts the capturing from the selected webcamera.
![]()
Throws an Exception when no webcamera selected.
|
![]() | Disconnect | Stops the capturing. |
![]() | DisplayPropertiesWindow | Displays the properties window of the camera. |
![]() | Dispose | (Inherited from DisposableClass) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the WebCamera and optionally releases the managed resources (Overrides DisposableClass.Dispose(Boolean)) |
![]() | Finalize | (Inherited from DisposableClass) |
![]() | ReceiverConnected | (Inherited from VideoSender) |
![]() | ReceiverDisconnected | (Inherited from VideoSender) |
![]() | SendMediaData | (Inherited from VideoSender) |
![]() | SetPreferredSendFormats | (Inherited from AbstractMediaSenderVideoData, VideoFormat) |
![]() | Start |
Starts the capturing from the selected webcamera.
![]()
Throws an Exception when no webcamera selected.
|
![]() | Stop | Stops the capturing. |
![]() | ToString | (Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | CameraStateChanged | |
![]() | Disposed | |
![]() | MediaDataSent | (Inherited from AbstractMediaSenderVideoData, VideoFormat) |
![]() | StateChanged |