 | ICameraControllerTriggerExposureMode Property |
Gets or sets the trigger exposure mode.
Can be set to Timed or External.
When using the "Timed" mode, exposure is controlled by the value of
Shutter
When using the "External" mode, exposure is controlled by the duration of the trigger signal.
Value is only taken into account when
UseHardwareTrigger is set to true
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
SyntaxTriggerExposureMode TriggerExposureMode { get; set; }
property TriggerExposureMode TriggerExposureMode {
TriggerExposureMode get ();
void set (TriggerExposureMode value);
}
Property Value
Type:
TriggerExposureMode
The trigger exposure mode.
See Also