Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.50

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

Returns the peak bandwidth of the data that will be streamed out by the camera with the current settings.

Name

DeviceLinkCurrentThroughput

Category

DeviceControl

Interface

Integer

Access

Read

Unit

Bps

Visibility

Expert

Values

Camera specific

Standard

IDS

Availability uEye+

icon-u3v

Availability uEye

-

Code example

C++

// Determine the current DeviceLinkCurrentThroughput
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("DeviceLinkCurrentThroughput")->Value();

C#

// Determine the current DeviceLinkCurrentThroughput
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("DeviceLinkCurrentThroughput").Value();

Python

# Determine the current DeviceLinkCurrentThroughput (int)
value = nodeMapRemoteDevice.FindNode("DeviceLinkCurrentThroughput").Value()

© 2025 IDS Imaging Development Systems GmbH