IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Camera temperature in degrees Celsius (°C). The temperature is measured at the location selected by DeviceTemperatureSelector.
Name |
DeviceTemperature[DeviceTemperatureSelector] |
Category |
|
Interface |
Float |
Access |
Read |
Unit |
°C |
Visibility |
Expert |
Values |
Camera specific |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
|
Code example
C++
// Determine the current DeviceTemperature
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceTemperature")->Value();
C#
// Determine the current DeviceTemperature
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("DeviceTemperature").Value();
Python
# Determine the current DeviceTemperature (float)
value = nodeMapRemoteDevice.FindNode("DeviceTemperature").Value()