Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

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<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("Saturation").Value();
// Set Saturation to 1.75
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.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)

© 2026 IDS Imaging Development Systems GmbH