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