GenActivationMode
Description
Specifies how Genicam command execution filters reacts on activation input.
Values of this enumeration:
- WhenTrue - Executes command when value on activation input is equal True.
- WhenFalse - Executes command when value on activation input is equal False.
- OnRisingEdge - Executes command when value on activation input changes from False to True.
- OnFallingEdge - Executes command when value on activation input changes from True to False.
- OnAnyEdge - Executes command every time when value on activation input changes.