Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Activates the LUT selected by LUTSelector.

hint_info

If a LUT is active, gamma correction is disabled. When disabling LUT, the previous gamma correction is restored.

Name

LUTEnable[LUTSelector]

Category

LUTControl

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 LUT.

False: Deactivates the selected LUT.

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH