 | 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: 6.5.0.22 6_5_dev_win7 724a893, built 2017-12-08 14:08:47 UTC
SyntaxTriggerExposureMode TriggerExposureMode { get; set; }
property TriggerExposureMode TriggerExposureMode {
TriggerExposureMode get ();
void set (TriggerExposureMode value);
}
Property Value
Type:
TriggerExposureMode
The trigger exposure mode.
See Also