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.

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()

© 2024 IDS Imaging Development Systems GmbH