Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

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

Returns the default value for the selected black level as an absolute physical value. The BlackLevel is an offset that applies to all pixel values.

Name

BlackLevelDefault[BlackLevelSelector]

Category

AnalogControl

Interface

Float

Access

Read

Unit

-

Visibility

Expert

Values

Camera specific

Standard

IDS

Availability uEye+

-

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code example

C++

// Determine the current BlackLevelDefault
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("BlackLevelDefault")->Value();

C#

// Determine the current BlackLevelDefault
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("BlackLevelDefault").Value();

Python

# Determine the current BlackLevelDefault (float)
value = nodeMapRemoteDevice.FindNode("BlackLevelDefault").Value()

© 2024 IDS Imaging Development Systems GmbH