Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Controls the port of the selected channel to which a GVSP transmitter must send data stream or the port from which a GVSP receiver may receive data stream.

Name

GevSCPHostPort

Category

GigEVision

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Guru

Values

≥ 0

Standard

SFNC

Availability uEye+

icon-gev

Availability uEye

-

Values description

Setting the value to 0 closes the stream channel.

hint_info

The access changes to read-only during an acquisition.

Code example

C++

// Determine the current GevSCPHostPort
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("GevSCPHostPort")->Value();
// Set GevSCPHostPort to 0
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("GevSCPHostPort")->SetValue(0);

C#

// Determine the current GevSCPHostPort
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("GevSCPHostPort").Value();
// Set GevSCPHostPort to 0
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("GevSCPHostPort").SetValue(0);

Python

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

© 2024 IDS Imaging Development Systems GmbH