 | 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.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxCameraTriggerExposureMode TriggerExposureMode { get; set; }
property CameraTriggerExposureMode TriggerExposureMode {
CameraTriggerExposureMode get ();
void set (CameraTriggerExposureMode value);
}
Property Value
CameraTriggerExposureMode
The trigger exposure mode.
See Also