IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
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 |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
0 …4294967295 Increment: 1 |
Standard |
IDS |
Availability uEye+ |
|
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()