|
TriggerActivation
|
|
| "RisingEdge"
|
| Trigger will assert on the rising edge of the source signal
|
| "FallingEdge"
|
| Trigger will assert on the falling edge of the source signal
|
| "FallingEdge"
|
| Trigger will assert on both edges of the source signal
|
| "LevelHigh"
|
| Trigger will be valid as long as the level of the source signal is high
|
| "LevelLow"
|
| Trigger will be valid as long as the level of the source signal is low
|
|
|
| pValue [out, retval]
|
| Pointer to the string specifying the trigger activation setting
|
| Value [in]
|
| The trigger activation mode to be set
|
| S_OK
|
| Success
|
| E_NOINTERFACE
|
| The feature is not available for the selected camera
|
| E_INVALIDARG
|
| The value is not part of the enumerated set
|
| E_FAIL
|
| Failure to set the feature value
|
|
|
|
|