| IWebCamera Interface |
Namespace: Ozeki.Camera
The IWebCamera type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect |
Connects to the camera.
(Inherited from ICamera.) | |
| Disconnect |
Disconnects from the camera.
(Inherited from ICamera.) | |
| DisplayPropertiesWindow |
Displays the properties window of the camera.
| |
| Dispose |
Closes the camera and frees up its resources.
(Inherited from ICamera.) | |
| Start |
Starts the capturing from the selected device.
(Inherited from ICamera.)
Throws an Exception when no device selected.
| |
| Stop |
Stops the capturing.
(Inherited from ICamera.) |
| Name | Description | |
|---|---|---|
| AudioChannel |
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
(Inherited from ICamera.) | |
| Capabilities |
Gets the supported resolutions and frame rates for the selected capturing device.
| |
| Capturing |
Gets a boolean value indicating whether the capuring is started.
(Inherited from ICamera.) | |
| 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 |
Represents the camera domain address
(Inherited from ICamera.) | |
| Initialized |
Gets a boolean value indicating whether the device has been initialized.
(Inherited from ICamera.) | |
| Moniker | ||
| Password |
Represents the password of the camera user
(Inherited from ICamera.) | |
| Resolution |
Gets or sets the current resolution of the selected capturing device.
(Inherited from ICamera.) | |
| State |
Gets the current state of the camera.
(Inherited from ICamera.) | |
| UserName |
Represents the camera user
(Inherited from ICamera.) | |
| VideoChannel |
Represents the video stream of the IP Camera, which can be connected to video player objects.
(Inherited from ICamera.) |
| Name | Description | |
|---|---|---|
| CameraStateChanged |
Occurs, when the camera's state has been changed.
(Inherited from ICamera.) | |
| Disposed | (Inherited from ICamera.) |