| IIPCamera Methods | 
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.)
            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.
              |