Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the number of current image acquisitions for the IPO thread.

If the IPO thread is enabled, the IPO thread is acquired for each running image acquisition. The IPO thread is active as long as it is acquired by at least one image acquisition.

Name

IPOThreadAcquisitionCount

Category

SystemControl

Interface

Integer

Access

Read

Unit

-

Visibility

Guru

Values

0 …4294967295

Increment: 1

Standard

IDS

Availability uEye+

icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH