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.

Camera temperature in degrees Celsius (°C). The temperature is measured at the location selected by DeviceTemperatureSelector.

Name

DeviceTemperature[DeviceTemperatureSelector]

Category

DeviceControl

Interface

Float

Access

Read

Unit

°C

Visibility

Expert

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb3

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

© 2024 IDS Imaging Development Systems GmbH