Click or drag to resize
ICamera Interface

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

The ICamera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to the camera.
Public methodDisconnect
Disconnects from the camera.
Public methodDispose
Closes the camera and frees up its resources.
Public methodStart
Starts the capturing from the selected device.
Remarks
Throws an Exception when no device selected.
Public methodStop
Stops the capturing.
Top
Properties
  NameDescription
Public propertyAudioChannel
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
Public propertyCapturing
Gets a boolean value indicating whether the capuring is started.
Public propertyHost
Represents the camera domain address
Public propertyInitialized
Gets a boolean value indicating whether the device has been initialized.
Public propertyPassword
Represents the password of the camera user
Public propertyResolution
Gets or sets the current resolution of the selected capturing device.
Public propertyState
Gets the current state of the camera.
Public propertyUserName
Represents the camera user
Public propertyVideoChannel
Represents the video stream of the IP Camera, which can be connected to video player objects.
Top
Events
  NameDescription
Public eventCameraStateChanged
Occurs, when the camera's state has been changed.
Public eventDisposed
Top
See Also