Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

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

-

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