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.

Specifies the interval (as gap in packets) at which the host sends data to the device to prevent that a firewall blocks the communication on the stream channel. If GevStreamChannelSenderGap is set to 0, no data is sent to the device on behalf of packets.

Name

GevStreamChannelSenderGap

Category

StreamControl

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Expert

Values

0 …4294967295

Increment: 100

Default: 0

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

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

C#

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

Python

# Determine the current GevStreamChannelSenderGap (int)
value = nodeMapDataStream.FindNode("GevStreamChannelSenderGap").Value()
# Set GevStreamChannelSenderGap to 500 (int)
nodeMapDataStream.FindNode("GevStreamChannelSenderGap").SetValue(500)

© 2024 IDS Imaging Development Systems GmbH