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 maximum AcquisitionFrameRate that can be reached with 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<peak.core.nodes.FloatNode>("DeviceLinkAcquisitionFrameRateLimit").Value();

Python

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

© 2024 IDS Imaging Development Systems GmbH