Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the number of provided interfaces the System module currently enumerates.

Name

InterfaceCount

Category

InterfaceEnumeration

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code Example

C++

// Determine the current InterfaceCount
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("InterfaceCount")->Value();

C#

// Determine the current InterfaceCount
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("InterfaceCount").Value();

Python

# Determine the current InterfaceCount (int)
value = nodeMapSystem.FindNode("InterfaceCount").Value()

© 2024 IDS Imaging Development Systems GmbH