Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

Returns the device unique ID for the data stream. Corresponds to the STREAM_INFO_ID command of "DSGetInfo" function.

Name

StreamID

Category

StreamInformation

Interface

String

Access

Read

Unit

-

Visibility

Expert

Values

-

Standard

GenTL SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code Example

C++

// Determine the current StreamID
std::string value = nodeMapDataStream->FindNode<peak::core::nodes::StringNode>("StreamID")->Value();

C#

// Determine the current StreamID
string value = nodeMapDataStream.FindNode<IDSImaging.Peak.API.Core.Nodes.StringNode>("StreamID").Value();

Python

# Determine the current StreamID (str)
value = nodeMapDataStream.FindNode("StreamID").Value()

© 2026 IDS Imaging Development Systems GmbH