Click or drag to resize

IIPCamera Interface


Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public interface IIPCamera : ICamera, 
	IOzBaseCamera

The IIPCamera type exposes the following members.

Properties
 NameDescription
Public propertyAudioChannel
(Inherited from ICamera)
Public propertyCameraAddress Returns the address, which has been set at the initialization.
Public propertyCapturing
(Inherited from IOzBaseCamera)
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 propertyDomainHost 
Public propertyError Gets the current error of the IP camera.
Public propertyHost
(Inherited from IOzBaseCamera)
Public propertyID Random id
Public propertyInitialized
(Inherited from IOzBaseCamera)
Public propertyLog Gets the camera's log
Public propertyPassword
(Inherited from IOzBaseCamera)
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 propertyUserName
(Inherited from IOzBaseCamera)
Public propertyVideoChannel
(Inherited from ICamera)
Top
Methods
 NameDescription
Public methodConnect
(Inherited from IOzBaseCamera)
Public methodDisconnect
(Inherited from IOzBaseCamera)
Public methodDispose
(Inherited from IOzBaseCamera)
Public methodStart
(Inherited from IOzBaseCamera)
Public methodStop
(Inherited from IOzBaseCamera)
Public methodStopListening Stops the listening process.
Top
Events
 NameDescription
Public eventAuthenticationRequested Occurs, when need authentication to camera connection
Public eventCameraErrorOccurred Occurs, when error happens using the camera or the streams.
Public eventCameraStateChanged
(Inherited from ICamera)
Public eventDisposed
(Inherited from IOzBaseCamera)
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