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 lines of an image are captured.

The TriggerMode of the "LineStart" trigger must be "Off".

Name

AcquisitionLineRate

Category

AcquisitionControl

Interface

Float

Access

Read/Write

Unit

Hz

Visibility

Beginner

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

hint_info

This feature is only available with the SensorOperationMode "Linescan".

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH