Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

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

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

© 2024 IDS Imaging Development Systems GmbH