Please enable JavaScript to view this site.

IDS peak 2.14.0 / uEye+ firmware 3.42

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

User-defined camera name.

Name

DeviceUserID

Category

DeviceControl

Interface

String

Access

Read/Write

Unit

-

Visibility

Beginner

Values

GigE Vision cameras: user-defined string with max. 15 characters
U3 Vision cameras: user-defined string with max. 63 characters

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

// Determine the current DeviceUserID
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::StringNode>("DeviceUserID")->Value();
// Set DeviceUserID to MyCamera 1
nodeMapRemoteDevice->FindNode<peak::core::nodes::StringNode>("DeviceUserID")->SetValue("MyCamera 1");

C#

// Determine the current DeviceUserID
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.StringNode>("DeviceUserID").Value();
// Set DeviceUserID to MyCamera 1
nodeMapRemoteDevice.FindNode<peak.core.nodes.StringNode>("DeviceUserID").SetValue("MyCamera 1");

Python

# Determine the current DeviceUserID (str)
value = nodeMapRemoteDevice.FindNode("DeviceUserID").Value()
# Set DeviceUserID to MyCamera 1 (str)
nodeMapRemoteDevice.FindNode("DeviceUserID").SetValue("MyCamera 1")

© 2024 IDS Imaging Development Systems GmbH