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.

The average time in μs all buffers stay in the acquisition state for the currently running or last acquisition session.

A buffer changes to the acquisition state when the stream channel requests it to receive image data from the device. The buffer leaves the acquisition state after it has been filled with image data. Depending on its type and algorithm, the stream channel may request the buffer before the data transfer starts.

The value is reset on acquisition start.

Name

BufferStatusAcquisitionTimeMean

Category

BufferHandlingMonitor

Interface

Integer

Access

Read

Unit

μs

Visibility

Expert

Values

0 … 4294967295

Increment: 1

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code example

C++

// Determine the current BufferStatusAcquisitionTimeMean
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusAcquisitionTimeMean")->Value();

C#

// Determine the current BufferStatusAcquisitionTimeMean
long value = nodeMapDataStream.FindNode<peak.core.nodes.IntegerNode>("BufferStatusAcquisitionTimeMean").Value();

Python

# Determine the current BufferStatusAcquisitionTimeMean (int)
value = nodeMapDataStream.FindNode("BufferStatusAcquisitionTimeMean").Value()

© 2024 IDS Imaging Development Systems GmbH