Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns which DigitalShift is controlled by the digital black level features.

Changing the PixelFormat to a different bit depth, the value of DigitalShiftSelector will be adapted to the new format automatically.

hint_info

This feature is currently only available for the following models:

GV-77U5WP

GV-77Q5WP

GV-77S5WP

Name

DigitalShiftSelector

Category

DigitalImageControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Expert

Values

Offset8Bit

Offset10Bit

Offset12Bit

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Values description

Offset8Bit: DigitalShift will be applied to all channels scaled to 8-bit pixel format.

Offset10Bit: DigitalShift will be applied to all channels scaled to 10-bit pixel format.

Offset12Bit: DigitalShift will be applied to all channels scaled to 12-bit pixel format.

Code example

C++

// Determine the current DigitalShiftSelector
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("DigitalShiftSelector")->Value();

C#

// Determine the current DigitalShiftSelector
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("DigitalShiftSelector").Value();

Python

# Determine the current DigitalShiftSelector (int)
value = nodeMapRemoteDevice.FindNode("DigitalShiftSelector").Value()