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.

Returns the maximum frame rate (AcquisitionFrameRate). The maximum frame rate can be limited either by the currently set ExposureTime or by the bandwidth defined by DeviceLinkThroughputLimit.

Name

DeviceLinkAcquisitionFrameRateLimit

Category

DeviceControl

Interface

Float

Access

Read

Unit

Hz

Visibility

Expert

Values

≥ 0

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

// Determine the current DeviceLinkAcquisitionFrameRateLimit
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("DeviceLinkAcquisitionFrameRateLimit").Value();

Python

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

© 2026 IDS Imaging Development Systems GmbH