IIPCamera Interface |
Namespace: Ozeki.Camera
The IIPCamera type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects to the camera.
(Inherited from ICamera.) | |
Disconnect |
Disconnects from the camera.
(Inherited from ICamera.) | |
Dispose |
Closes the camera and frees up its resources.
(Inherited from ICamera.) | |
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 |
Starts the capturing from the selected device.
(Inherited from ICamera.)Remarks
Throws an Exception when no device selected.
| |
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.
| |
Stop |
Stops the capturing.
(Inherited from ICamera.) | |
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 | |
---|---|---|
AudioChannel |
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
(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.
| |
Capturing |
Gets a boolean value indicating whether the capuring is started.
(Inherited from ICamera.) | |
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.
| |
Host |
Represents the camera domain address
(Inherited from ICamera.) | |
ID |
Random id
| |
ImagingSettings |
Provides the opportunity to manage the imaging settings of the camera.
| |
Initialized |
Gets a boolean value indicating whether the device has been initialized.
(Inherited from ICamera.) | |
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.
| |
Password |
Represents the password of the camera user
(Inherited from ICamera.) | |
Port |
Gets the IP Camera's port number.
| |
Resolution |
Gets or sets the current resolution of the selected capturing device.
(Inherited from ICamera.) | |
State |
Gets the current state of the camera.
(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.
| |
UserName |
Represents the camera user
(Inherited from ICamera.) | |
VideoChannel |
Represents the video stream of the IP Camera, which can be connected to video player objects.
(Inherited from ICamera.) |
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 |
Occurs, when the camera's state has been changed.
(Inherited from ICamera.) | |
Disposed | (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
|