Please enable JavaScript to view this site.

IDS peak 2.17.1 / uEye+ firmware 3.70

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

This feature is only supported by specific uEye+ cameras.

U3-36LxXC

Controls the saturation of the image.

Name

Saturation

Category

ImageProcessingControl

Interface

Float

Access

Read/Write

Unit

-

Visibility

Beginner

Values

0 … 4

Default value: 1

Standard

IDS

Availability uEye+

icon-u3v

Availability uEye

-

Values description

0: Creates a monochrome image.

1 ... 4: Saturation is enabled. The higher the value, the higher the image saturation.

Code example

C++

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

C#

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

Python

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

© 2025 IDS Imaging Development Systems GmbH