Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Controls the acquisition rate (in hertz) at which the images are captured.

hint_info

If you increase ExposureTime and its new value is not applicable with the value of AcquisitionFrameRate, the frame rate will be reduced automatically. If you decrease ExposureTime again, the frame rate stays low and must be manually increased to the desired value.

Name

AcquisitionFrameRate

Category

AcquisitionControl

Interface

Float

Access

Read/Write

Unit

Hz

Visibility

Beginner

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

hint_info

AcquisitionFrameRate changes to read-only, if:

TriggerMode="On"

AcquisitionFrameRateTargetEnable="True"

Code example

C++

// Determine the current AcquisitionFrameRate
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("AcquisitionFrameRate")->Value();
// Set AcquisitionFrameRate to 19.9 Hz
nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("AcquisitionFrameRate")->SetValue(19.9);

C#

// Determine the current AcquisitionFrameRate
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("AcquisitionFrameRate").Value();
// Set AcquisitionFrameRate to 19.9 Hz
nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("AcquisitionFrameRate").SetValue(19.9);

Python

# Determine the current AcquisitionFrameRate (float)
value = nodeMapRemoteDevice.FindNode("AcquisitionFrameRate").Value()
# Set AcquisitionFrameRate to 19.9 Hz (float)
nodeMapRemoteDevice.FindNode("AcquisitionFrameRate").SetValue(19.9)

© 2024 IDS Imaging Development Systems GmbH