Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the number of concurrent threads supported by the host system.

Name

HostHardwareConcurrency

Category

SystemInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Guru

Values

0 … 4294967295

Increment: 1

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 HostHardwareConcurrency
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("HostHardwareConcurrency")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH