Enum VmbSrcTriggerActivationValues
Specifies the activation mode of the trigger. Not all cameras support every trigger activation listed below. Check which activations are supported by the used camera model.
Namespace: VisioForge.Core.Types.X.Sources.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public enum VmbSrcTriggerActivationValues
Fields
| Name | Description |
|---|---|
| AnyEdge | Specifies that the trigger is considered valid on the falling or rising edge of the source signal. |
| FallingEdge | Specifies that the trigger is considered valid on the falling edge of the source signal. |
| LevelHigh | Specifies that the trigger is considered valid as long as the level of the source signal is high. |
| LevelLow | Specifies that the trigger is considered valid as long as the level of the source signal is low. |
| RisingEdge | Specifies that the trigger is considered valid on the rising edge of the source signal. |
| Unchanged | Does not change the currently applied trigger activation value on the device. |