IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
The maximum time in μs all buffers stay in the acquisition state for the currently running or last acquisition session.
A buffer changes to the acquisition state when the stream channel requests it to receive image data from the device. The buffer leaves the acquisition state after it has been filled with image data. Depending on its type and algorithm, the stream channel may request the buffer before the data transfer starts.
The value is reset on acquisition start.
Name |
BufferStatusAcquisitionTimeMax |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
μs |
Visibility |
Expert |
Values |
0 … 4294967295 Increment: 1 |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
|
Code example
C++
// Determine the current BufferStatusAcquisitionTimeMax
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusAcquisitionTimeMax")->Value();
C#
// Determine the current BufferStatusAcquisitionTimeMax
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("BufferStatusAcquisitionTimeMax").Value();
Python
# Determine the current BufferStatusAcquisitionTimeMax (int)
value = nodeMapDataStream.FindNode("BufferStatusAcquisitionTimeMax").Value()