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.

Selector for the different stream channels. The selector is 0-based in order to match the index of the C interface.

Name

StreamSelector

Category

StreamEnumeration

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Beginner

Values

0 … value of StreamCount

Increment: 1

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 StreamSelector
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("StreamSelector")->Value();
// Set StreamSelector to 0
nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("StreamSelector")->SetValue(0);

C#

// Determine the current StreamSelector
long value = nodeMapLocalDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("StreamSelector").Value();
// Set StreamSelector to 0
nodeMapLocalDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("StreamSelector").SetValue(0);

Python

# Determine the current StreamSelector (int)
value = nodeMapLocalDevice.FindNode("StreamSelector").Value()
# Set StreamSelector to 0 (int)
nodeMapLocalDevice.FindNode("StreamSelector").SetValue(0)

© 2026 IDS Imaging Development Systems GmbH