IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Number of incomplete frames due to the provided buffers being too small to hold the frame.
A frame is delivered as incomplete if the payload of a received packet does not fit into the remaining buffer space. Most likely the configured payload size was changed without recreating the buffers.
Name |
IncompleteFramesBufferTooSmall |
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 IncompleteFramesBufferOverflow
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("IncompleteFramesBufferOverflow")->Value();
C#
// Determine the current IncompleteFramesBufferOverflow
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("IncompleteFramesBufferOverflow").Value();
Python
# Determine the current IncompleteFramesBufferOverflow (int)
value = nodeMapDataStream.FindNode("IncompleteFramesBufferOverflow").Value()