Thermal
Thermal service implementation.
Thermal
Bases: ONVIFService
Thermal service client.
| Property | Details |
|---|---|
| First introduced | ONVIF Release 16.06 (June 2016) |
| Binding name | ThermalBinding (ver10/thermal/wsdl/thermal.wsdl) |
| Operations | thermal.wsdl |
| Specification | Thermal.xml |
GetServiceCapabilities()
Returns the capabilities of the thermal service.
The result is returned in a typed answer.
GetConfigurationOptions(VideoSourceToken)
Gets the valid ranges for the Thermal parameters that have device specific ranges.
This command is mandatory for all devices implementing the Thermal service. The command shall return all supported parameters and their ranges, such that these can be applied to the SetConfiguration command.
GetConfiguration(VideoSourceToken)
Gets the Thermal Configuration for the requested VideoSource.
GetConfigurations()
Gets the Thermal Configuration for all thermal VideoSources of the Device.
SetConfiguration(VideoSourceToken, Configuration)
Sets the Thermal Configuration for the requested VideoSource.
GetRadiometryConfigurationOptions(VideoSourceToken)
Gets the valid ranges for the Radiometry parameters that have device specific ranges.
The command shall return all supported parameters and their ranges, such that these can be applied to the SetRadiometryConfiguration command.
GetRadiometryConfiguration(VideoSourceToken)
Gets the Radiometry Configuration for the requested VideoSource.
SetRadiometryConfiguration(VideoSourceToken, Configuration)
Sets the Radiometry Configuration for the requested VideoSource.