Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Loads a LUT preset defined by LUTPresetSelector and applies it to the LUT selected by LUTSelector.

Name

LUTPresetLoad[LUTSelector]

Category

LUTControl

Interface

Command

Access

Write

Unit

-

Visibility

Expert

Values

-

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

// Execute LUTPresetLoad
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("LUTPresetLoad")->Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("LUTPresetLoad")->WaitUntilDone();

C#

// Execute LUTPresetLoad
nodeMapRemoteDevice.FindNode<peak.core.nodes.CommandNode>("LUTPresetLoad").Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode<peak.core.nodes.CommandNode>("LUTPresetLoad").WaitUntilDone();

Python

# Execute LUTPresetLoad
nodeMapRemoteDevice.FindNode("LUTPresetLoad").Execute()
# Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode("LUTPresetLoad").WaitUntilDone()

© 2024 IDS Imaging Development Systems GmbH