Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Enables the camera parameters selected with UserSetFeatureSelector and activates them in all user sets.

Name

UserSetFeatureEnable[UserSetFeatureSelector]

Category

UserSetControl

Interface

Boolean

Access

Read/Write

Unit

-

Visibility

Expert

Values

True

False

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Values description

True: Activates the selected parameter.

False: Deactivates the selected parameter.

Code example

C++

// Determine the current status of UserSetFeatureEnable
bool value = nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("UserSetFeatureEnable")->Value();
// Set UserSetFeatureEnable to false
nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("UserSetFeatureEnable")->SetValue(false);

C#

// Determine the current status of UserSetFeatureEnable
bool value = nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("UserSetFeatureEnable").Value();
// Set UserSetFeatureEnable to false
nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("UserSetFeatureEnable").SetValue(false);

Python

# Determine the current status of UserSetFeatureEnable (bool)
value = nodeMapRemoteDevice.FindNode("UserSetFeatureEnable").Value()
# Set UserSetFeatureEnable to false (bool)
nodeMapRemoteDevice.FindNode("UserSetFeatureEnable").SetValue(False)

© 2024 IDS Imaging Development Systems GmbH