Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Extent of loss handling in percent. Only considered if LossHandlingMode is set to "Limited". LossHandlingExtent defines how many packets can be resent as percentage of the total number of packets for one frame. Each packet can be resent only once.

Name

LossHandlingExtent[LossHandlingMode]

Category

StreamControl

Interface

Integer

Access

Read/Write

Unit

%

Visibility

Expert

Values

1 … 100

Increment: 1

Default: 5

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code example

C++

// Determine the current LossHandlingExtent
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("LossHandlingExtent")->Value();
// Set LossHandlingExtent to 5 %
nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("LossHandlingExtent")->SetValue(5);

C#

// Determine the current LossHandlingExtent
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("LossHandlingExtent").Value();
// Set LossHandlingExtent to 5 %
nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("LossHandlingExtent").SetValue(5);

Python

# Determine the current LossHandlingExtent (int)
value = nodeMapDataStream.FindNode("LossHandlingExtent").Value()
# Set LossHandlingExtent to 5 % (int)
nodeMapDataStream.FindNode("LossHandlingExtent").SetValue(5)

© 2024 IDS Imaging Development Systems GmbH