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.

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<peak.core.nodes.StringNode>("SensorName").Value();

Python

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

© 2024 IDS Imaging Development Systems GmbH