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 delivered state for the currently running or last acquisition session.
A buffer changes to the delivered state when it is completely filled and delivered to the consumer application ready for processing. The buffer leaves the delivered state when it is requeued by the consumer application. Incomplete buffers and buffers that are defective for other reasons are not considered.
The value is reset on acquisition start.
Name |
BufferStatusDeliveredTimeMean |
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 BufferStatusDeliveredTimeMean
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusDeliveredTimeMean")->Value();
C#
// Determine the current BufferStatusDeliveredTimeMean
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("BufferStatusDeliveredTimeMean").Value();
Python
# Determine the current BufferStatusDeliveredTimeMean (int)
value = nodeMapDataStream.FindNode("BufferStatusDeliveredTimeMean").Value()