Click or drag to resize
IWebCamera Interface

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IWebCamera : ICamera

The IWebCamera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to the camera.
(Inherited from ICamera.)
Public methodDisconnect
Disconnects from the camera.
(Inherited from ICamera.)
Public methodDisplayPropertiesWindow
Displays the properties window of the camera.
Public methodDispose
Closes the camera and frees up its resources.
(Inherited from ICamera.)
Public methodStart
Starts the capturing from the selected device.
Remarks
Throws an Exception when no device selected.
(Inherited from ICamera.)
Public methodStop
Stops the capturing.
(Inherited from ICamera.)
Top
Properties
  NameDescription
Public propertyAudioChannel
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
(Inherited from ICamera.)
Public propertyCapabilities
Gets the supported resolutions and frame rates for the selected capturing device.
Public propertyCapturing
Gets a boolean value indicating whether the capuring is started.
(Inherited from ICamera.)
Public propertyCurrentFrameRate
Gets the current frame rate of the capture.
Public propertyDesiredFrameRate
Gets or sets the average frame rate of the capturing device.
Public propertyDeviceID
Gets the identifier of the selected capturing device.
Public propertyDeviceName
Gets the name of the selected capturing device.
Public propertyHost
Represents the camera domain address
(Inherited from ICamera.)
Public propertyInitialized
Gets a boolean value indicating whether the device has been initialized.
(Inherited from ICamera.)
Public propertyMoniker
Public propertyPassword
Represents the password of the camera user
(Inherited from ICamera.)
Public propertyResolution
Gets or sets the current resolution of the selected capturing device.
(Inherited from ICamera.)
Public propertyState
Gets the current state of the camera.
(Inherited from ICamera.)
Public propertyUserName
Represents the camera user
(Inherited from ICamera.)
Public propertyVideoChannel
Represents the video stream of the IP Camera, which can be connected to video player objects.
(Inherited from ICamera.)
Top
Events
  NameDescription
Public eventCameraStateChanged
Occurs, when the camera's state has been changed.
(Inherited from ICamera.)
Public eventDisposed (Inherited from ICamera.)
Top
See Also