IIPCamera Interface |
Namespace: Ozeki.Camera
The IIPCamera type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioChannel | (Inherited from ICamera.) |
![]() | AvailableStreams |
Gets the available streams of the IP camera.
|
![]() | CameraAddress |
Returns the address, which has been set at the initialization.
|
![]() | CameraInfo |
Gets information about the camera and the streams.
|
![]() | CameraMovement |
Gives control of the IPCamera, and allowes to configure it's movement.
|
![]() | CertificateManager |
Gets the manager that handles the certificates for the IP camera.
|
![]() | ConnectionLostTimeout |
Gets or sets the connection timeout in seconds if no RTP packets has arrived.
|
![]() | CurrentRtspUri |
Gets the RTSP uri of the selected stream.
|
![]() | CurrentStream |
Gets the currently connected stream.
|
![]() | DateAndTime |
Sends a request for the current date and time.
|
![]() | DomainHost | |
![]() | Error |
Gets the current error of the IP camera.
|
![]() | ID |
Random id
|
![]() | ImagingSettings |
Provides the opportunity to manage the imaging settings of the camera.
|
![]() | IsPTZSupported |
Gets if PTZ is supported by the camera or not.
|
![]() | Log |
Gets the camera's log
|
![]() | NetworkManager |
Gets the network settings of the camera device.
|
![]() | Port |
Gets the IP Camera's port number.
|
![]() | Resolution | (Inherited from ICamera.) |
![]() | State | (Inherited from ICamera.) |
![]() | StateCode | (Inherited from ICamera.) |
![]() | Transport |
Gets the camera transport type.
|
![]() | UriType |
Gets the camera URI's type.
|
![]() | UserManager |
Gives control of user managing, such as removing, adding, modifiyng users, or getting the users' list.
|
![]() | VideoChannel | (Inherited from ICamera.) |
Name | Description | |
---|---|---|
![]() | GetSystemBackup |
Retrieves system backup configuration file(s). Returned with reference to a name and mime-type together with binary data.
|
![]() | HardReset |
Resets to the factory settings.
|
![]() | RebootCamera |
Reboots the camera device.
|
![]() | RestoreSystem |
Restores the system backup configuration.
|
![]() | SendOnvifRequest |
Sends Onvif request to an IP Camera. (e.g.: PTZ)
|
![]() | SoftReset |
Resets the factory defaults, except basic network settings such as IP Address, Subnet, Gateway or DHCP settings.
|
![]() | Start(IPCameraStream) |
Connects and starts the listening process.
|
![]() | Start(IPCameraStream, ListenedMedia) |
Connects and starts the listening process.
|
![]() | StartUpgradeFirmware |
Begins to upgrade the device firmware - if supported.
|
![]() | StopListening |
Stops the listening process.
|
![]() | TakeOnvifSnapshot |
Gets a snapshot from the ONVIF camera device.
|
![]() | UpgradeSystemFirmware |
Upgrades the device firmware with the provided one.
|
Name | Description | |
---|---|---|
![]() | AuthenticationRequested |
Occurs, when need authentication to camera connection
|
![]() | AvailableStreamsChanged |
Occurs when a camera stream become unavailable
|
![]() | CameraErrorOccurred |
Occurs, when error happens using the camera or the streams.
|
![]() | CameraStateChanged | (Inherited from ICamera.) |
![]() | OnvifMessageReceived |
Occurs, when an Onvif message has been received.
|
![]() | RtspUriReceived |
Occurs, when the rtsp uri received
|
![]() | SetupCompleted |
Occurs when the rtsp connection is after the setup state
|
![]() | StateChanged | (Inherited from ICamera.) |