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 number of output queue entries for all buffers for the currently running or last acquisition session.

A buffer is added to the output queue when it was filled with image data from the device. The buffer leaves the output queue when it is delivered to the consumer application. Output queue entries due to flush operations are not considered.

The value is reset on acquisition start.

Name

BufferStatusOutputQueueCount

Category

BufferHandlingMonitor

Interface

Integer

Access

Read

Unit

-

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 BufferStatusOutputQueueCount
int64_t value = nodeMapDataStream->FindNode<peak::core::nodes::IntegerNode>("BufferStatusOutputQueueCount")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH