Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Shows the duration of the "FlashActive" signal. If the value is 0, the "FlashActive" signal will be not generated.

hint_info

uEye+ cameras: The value of FlashDuration cannot be changed.

Name

FlashDuration

Category

FlashControl

Interface

Float

Access

Read

Unit

µs

Visibility

Expert

Values

Camera specific

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 FlashDuration
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("FlashDuration")->Value();

C#

// Determine the current FlashDuration
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("FlashDuration").Value();

Python

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

© 2024 IDS Imaging Development Systems GmbH