Click or drag to resize
IIPCamera Interface

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

The IIPCamera 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 methodDispose
Closes the camera and frees up its resources.
(Inherited from ICamera.)
Public methodGetSystemBackup
Retrieves system backup configuration file(s). Returned with reference to a name and mime-type together with binary data.
Public methodHardReset
Resets to the factory settings.
Public methodRebootCamera
Reboots the camera device.
Public methodRestoreSystem
Restores the system backup configuration.
Public methodSendOnvifRequest
Sends Onvif request to an IP Camera. (e.g.: PTZ)
Public methodSoftReset
Resets the factory defaults, except basic network settings such as IP Address, Subnet, Gateway or DHCP settings.
Public methodStart
Starts the capturing from the selected device.
Remarks
Throws an Exception when no device selected.
(Inherited from ICamera.)
Public methodStart(IPCameraStream)
Connects and starts the listening process.
Public methodStart(IPCameraStream, ListenedMedia)
Connects and starts the listening process.
Public methodStartUpgradeFirmware
Begins to upgrade the device firmware - if supported.
Public methodStop
Stops the capturing.
(Inherited from ICamera.)
Public methodStopListening
Stops the listening process.
Public methodTakeOnvifSnapshot
Gets a snapshot from the ONVIF camera device.
Public methodUpgradeSystemFirmware
Upgrades the device firmware with the provided one.
Top
Properties
  NameDescription
Public propertyAudioChannel
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
(Inherited from ICamera.)
Public propertyAvailableStreams
Gets the available streams of the IP camera.
Public propertyCameraAddress
Returns the address, which has been set at the initialization.
Public propertyCameraInfo
Gets information about the camera and the streams.
Public propertyCameraMovement
Gives control of the IPCamera, and allowes to configure it's movement.
Public propertyCapturing
Gets a boolean value indicating whether the capuring is started.
(Inherited from ICamera.)
Public propertyCertificateManager
Gets the manager that handles the certificates for the IP camera.
Public propertyConnectionLostTimeout
Gets or sets the connection timeout in seconds if no RTP packets has arrived.
Public propertyCurrentRtspUri
Gets the RTSP uri of the selected stream.
Public propertyCurrentStream
Gets the currently connected stream.
Public propertyDateAndTime
Sends a request for the current date and time.
Public propertyDomainHost
Public propertyError
Gets the current error of the IP camera.
Public propertyHost
Represents the camera domain address
(Inherited from ICamera.)
Public propertyID
Random id
Public propertyImagingSettings
Provides the opportunity to manage the imaging settings of the camera.
Public propertyInitialized
Gets a boolean value indicating whether the device has been initialized.
(Inherited from ICamera.)
Public propertyIsPTZSupported
Gets if PTZ is supported by the camera or not.
Public propertyLog
Gets the camera's log
Public propertyNetworkManager
Gets the network settings of the camera device.
Public propertyPassword
Represents the password of the camera user
(Inherited from ICamera.)
Public propertyPort
Gets the IP Camera's port number.
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 propertyTransport
Gets the camera transport type.
Public propertyUriType
Gets the camera URI's type.
Public propertyUserManager
Gives control of user managing, such as removing, adding, modifiyng users, or getting the users' list.
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 eventAuthenticationRequested
Occurs, when need authentication to camera connection
Public eventAvailableStreamsChanged
Occurs when a camera stream become unavailable
Public eventCameraErrorOccurred
Occurs, when error happens using the camera or the streams.
Public eventCameraStateChanged
Occurs, when the camera's state has been changed.
(Inherited from ICamera.)
Public eventDisposed (Inherited from ICamera.)
Public eventOnvifMessageReceived
Occurs, when an Onvif message has been received.
Public eventRtspUriReceived
Occurs, when the rtsp uri received
Public eventSetupCompleted
Occurs when the rtsp connection is after the setup state
Top
See Also