IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
The average time in μs all buffers stay in the output queue for the currently running or last acquisition session.
A buffer is added to the output queue when it was filled with image data from the device. The buffer leaves the output queue when it is delivered to the consumer application. Output queue entries due to flush operations are not considered.
The value is reset on acquisition start.
Name |
BufferStatusOutputQueueTimeMean |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
0 … 4294967295 Increment: 1 |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
|
Code example
C++
// Determine the current BufferStatusOutputQueueTimeMean
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusOutputQueueTimeMean")->Value();
C#
// Determine the current BufferStatusOutputQueueTimeMean
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("BufferStatusOutputQueueTimeMean").Value();
Python
# Determine the current BufferStatusOutputQueueTimeMean (int)
value = nodeMapDataStream.FindNode("BufferStatusOutputQueueTimeMean").Value()