Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

Returns the product name of the imaging sensor.

Name

SensorName

Category

ImageFormatControl

Interface

String

Access

Read

Unit

-

Visibility

Guru

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

// Determine the current SensorName
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::StringNode>("SensorName")->Value();

C#

// Determine the current SensorName
string value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.StringNode>("SensorName").Value();

Python

# Determine the current SensorName (str)
value = nodeMapRemoteDevice.FindNode("SensorName").Value()

© 2026 IDS Imaging Development Systems GmbH