Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

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<peak.core.nodes.StringNode>("StreamID").Value();

Python

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