Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

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