Hi
I use a thermal camera from Hikvison (DS-2TD2628-3/QA) and I want to read the temperature values. For that I use the SDK with the ISAPI-command GET /ISAPI/Thermal/channels/2/thermometry/1/rulesTemperatureInfo?format=json.
I saw in the attached pdf that there are possibilities for Real-time Temperature Measurement. One is with the SDK-command NET_DVR_GET_REALTIME_THERMOMETRY (p. 23)and the other is with the rtsp-Stream (p. 18). I didn't try this possibilities because I saw later that they exist...
So as I see there are four possibilities to read the temperature:
I get the max., min, and average temperature of each zone, which I have edited in the configuration, with the ISAPI command. How does it works for the other two methods?
Did somebody work with the temperature measurement over the rtsp-Stream? How does it work? Do you read the Metadata from each stream?
What is about the speed from this methods? Speed means how long holds a value and how fast do I get an actual value after a temperature have changed in real life.
What are the pros and contras from this methods or when should I use which method?
I use a thermal camera from Hikvison (DS-2TD2628-3/QA) and I want to read the temperature values. For that I use the SDK with the ISAPI-command GET /ISAPI/Thermal/channels/2/thermometry/1/rulesTemperatureInfo?format=json.
I saw in the attached pdf that there are possibilities for Real-time Temperature Measurement. One is with the SDK-command NET_DVR_GET_REALTIME_THERMOMETRY (p. 23)and the other is with the rtsp-Stream (p. 18). I didn't try this possibilities because I saw later that they exist...
So as I see there are four possibilities to read the temperature:
- over the ISAPI-command GET /ISAPI/Thermal/channels/2/thermometry/1/rulesTemperatureInfo?format=json,
- over the SDK with the ISAPI- command GET /ISAPI/Thermal/channels/2/thermometry/1/rulesTemperatureInfo?format=json,
- over the SDK with NET_DVR_GET_REALTIME_THERMOMETRY and
- over the rtsp-Stream.
I get the max., min, and average temperature of each zone, which I have edited in the configuration, with the ISAPI command. How does it works for the other two methods?
Did somebody work with the temperature measurement over the rtsp-Stream? How does it work? Do you read the Metadata from each stream?
What is about the speed from this methods? Speed means how long holds a value and how fast do I get an actual value after a temperature have changed in real life.
What are the pros and contras from this methods or when should I use which method?