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.
This feature is currently only available for the following models: •GV-77U5WP •GV-77Q5WP •GV-77S5WP |
Name |
DigitalShiftSelector |
Category |
|
Interface |
Enumeration |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
Offset8Bit Offset10Bit Offset12Bit |
Standard |
IDS |
Availability uEye+ |
|
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()