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 |
|
Interface |
String |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
Camera specific |
Standard |
SFNC |
Availability uEye+ |
|
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()