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.

Sets the gray value of all pixels in the depth image to Scan3dInvalidDataValue whose pixel value deviates from the neighboring pixel values by more than the threshold value specified in Scan3DRangeFlyingPixelThreshold. This function only has an effect on the “Range” component (see ComponentSelector).

Name

Scan3dRangeFlyingPixelThreshold

Category

Scan3dControl

Interface

Integer

Access

Read/Write

Unit

mm

Visibility

Expert

Values

0 ... 4095, increment: 1

Default value: 100

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code example

C++

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

C#

// Determine the current Scan3dRangeConfidenceThreshold
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("Scan3dRangeConfidenceThreshold").Value();
// Set Scan3dRangeConfidenceThreshold to 100
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("Scan3dRangeConfidenceThreshold").SetValue(100);

Python

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

© 2026 IDS Imaging Development Systems GmbH