Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

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

DeviceControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Expert

Values

Mainboard

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

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()