Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Minimum limit of ExposureTime when ExposureMode is "TriggerControlled". When a trigger on "ExposureEnd" is active but is received too early, the exposure of the image is stopped after TriggerControlledExposureTimeMin. For sensors with overlapping image acquisition, the overlap of the images is limited by TriggerControlledExposureTimeMin.

Name

TriggerControlledExposureTimeMin

Category

AcquisitionControl

Interface

Float

Access

Read/Write

Unit

µs

Visibility

Guru

Values

Camera specific

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH