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.

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

© 2024 IDS Imaging Development Systems GmbH