IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
The minimum time in μs all buffers stay in the delivered defective state for the currently running or last acquisition session.
A buffer changes to the delivered defective state when it is delivered to the consumer application and is not ready for processing. The buffer leaves the delivered defective state when it is requeued by the consumer application. Complete, processable buffers are not considered.
The value is reset on acquisition start.
Name |
BufferStatusDeliveredDefectiveTimeMin |
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 BufferStatusDeliveredDefectiveTimeMin
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusDeliveredDefectiveTimeMin")->Value();
C#
// Determine the current BufferStatusDeliveredDefectiveTimeMin
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("BufferStatusDeliveredDefectiveTimeMin").Value();
Python
# Determine the current BufferStatusDeliveredDefectiveTimeMin (int)
value = nodeMapDataStream.FindNode("BufferStatusDeliveredDefectiveTimeMin").Value()