Features.strobe mode strings Property |
Get and set the strobe mode.
|
Usage: |
|
[C#] strobe mode strings
Feature.SetFeature("strobe mode strings", "exposure");
String Result = Feature.GetFeature("strobe mode strings");
|
|
|
|
constant |
|
The signal on the strobe output is constantly high (on).
|
exposure |
|
The signal is high, while the camera exposes.
|
duration |
|
The signal is high, with a fixed duration, see strobe duration range.
|
|
Remarks: |
|
If there was no parameter passed to the GetFeature call, then the returned error messages shows all possible string values.
|
See also: |
|
strobe enable switch, strobe duration range |