The sensor transfers more data than the internal camera memory of the GigE uEye camera can accommodate.
Possible cause/remedy:
The selected data rate of the sensor is too high.
•Reduce the pixel clock.
•Reduce the frame rate.
•Reduce the image size.
Name |
IS_CAP_STATUS_ETH_BUFFER_OVERRUN |
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 IS_CAP_STATUS_ETH_BUFFER_OVERRUN
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("IS_CAP_STATUS_ETH_BUFFER_OVERRUN")->Value();
C#
// Determine the current IS_CAP_STATUS_ETH_BUFFER_OVERRUN
long value = nodeMapDataStream.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("IS_CAP_STATUS_ETH_BUFFER_OVERRUN").Value();
Python
# Determine the current IS_CAP_STATUS_ETH_BUFFER_OVERRUN (int)
value = nodeMapDataStream.FindNode("IS_CAP_STATUS_ETH_BUFFER_OVERRUN").Value()