Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the user-friendly name of the interface. Corresponds to the INTERFACE_INFO_DISPLAYNAME command of "IFGetInfo" function.

Name

InterfaceDisplayName

Category

InterfaceInformation

Interface

String

Access

Read

Unit

-

Visibility

Expert

Values

-

Standard

GenTL SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code Example

C++

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

C#

// Determine the current InterfaceDisplayName
string value = nodeMapInterface.FindNode<peak.core.nodes.StringNode>("InterfaceDisplayName").Value();

Python

# Determine the current InterfaceDisplayName (str)
value = nodeMapInterface.FindNode("InterfaceDisplayName").Value()

© 2024 IDS Imaging Development Systems GmbH