Selects the location within the camera, where the temperature is measured. This feature is supported by the following camera families:
•GigE uEye+ Warp10
•GigE uEye+ CP Rev. 2
•GigE uEye+ FA
•GigE uEye+ SE Rev. 4
•USB 3 uEye+ CP Rev. 2/2.2
•uEye+ LE USB 3.1 Rev. 1.2
•uEye+ SE USB 3.1 Gen 1
•uEye+ XC USB 3
•uEye Transport Layer: USB 3 and GigE uEye cameras, UI-1007XS Rev. 1.1, UI-1007XS
Name |
DeviceTemperatureSelector |
Category |
|
Interface |
Enumeration |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
Mainboard |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
|
Values description
•Mainboard: Temperature of the camera's mainboard.
Code example
C++
// Determine the current entry of DeviceTemperatureSelector
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("DeviceTemperatureSelector")->CurrentEntry()->SymbolicValue();
C#
// Determine the current entry of DeviceTemperatureSelector
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("DeviceTemperatureSelector").CurrentEntry().SymbolicValue();
Python
# Determine the current entry of DeviceTemperatureSelector (str)
value = nodeMapRemoteDevice.FindNode("DeviceTemperatureSelector").CurrentEntry().SymbolicValue()