Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Sets the delay for the start of the "FlashActive" signal. The delay is relative to the reference signal set in FlashReference.

Name

FlashStartDelay

Category

FlashControl

Interface

Float

Access

Read/Write

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 FlashStartDelay
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("FlashStartDelay")->Value();
// Set FlashStartDelay to 0.0 us
nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("FlashStartDelay")->SetValue(0.0);

C#

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

Python

# Determine the current FlashStartDelay (float)
value = nodeMapRemoteDevice.FindNode("FlashStartDelay").Value()
# Set FlashStartDelay to 0.0 us (float)
nodeMapRemoteDevice.FindNode("FlashStartDelay").SetValue(0.0)

© 2024 IDS Imaging Development Systems GmbH