Click or drag to resize

IIPCamera Interface


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

The IIPCamera type exposes the following members.

Properties
 NameDescription
Public propertyAudioChannel
(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 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 propertyID Random id
Public propertyImagingSettings Provides the opportunity to manage the imaging settings of the camera.
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 propertyPort Gets the IP Camera's port number.
Public propertyResolution
(Inherited from ICamera)
Public propertyState
(Inherited from ICamera)
Public propertyStateCode
(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 propertyVideoChannel
(Inherited from ICamera)
Top
Methods
 NameDescription
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(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 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
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
(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
Public eventStateChanged
(Inherited from ICamera)
Top
See Also