Thermal Temperature Measurement Configuration
GetMeasureTemperatureConfig
Retrieves thermal imaging temperature measurement configuration. This endpoint is specific to Viewtron thermal cameras with temperature measurement capability.
| Field | Value |
|---|---|
| Endpoint | /GetMeasureTemperatureConfig[/channelId] |
| Method | POST or GET |
| Products | IPC (Thermal cameras only) |
| Channel ID | Optional (default 1) |
v2.0 Only
This endpoint is available only on API v2.0 firmware.
Response
The response returns the temperature measurement configuration in the standard <config> XML wrapper, including measurement zones, temperature thresholds, and alarm settings. Query this endpoint against your thermal camera to see the full XML structure for your firmware version.
Notes
- This endpoint is only available on Viewtron thermal imaging cameras — standard visible-light cameras do not support temperature measurement.
- Thermal cameras can measure temperature across defined zones and trigger alarms when thresholds are exceeded.
- The corresponding Set command is
SetMeasureTemperatureConfigusing the same XML structure returned by the Get command. - Temperature measurement can be combined with other smart detection features (e.g., intrusion detection) on dual-sensor thermal cameras.
Related Endpoints
| Endpoint | Purpose |
|---|---|
| SetHttpPostConfig | Configure webhook destination for temperature alerts |
| GetAlarmStatus | Poll current alarm state |