Table of Contents

Enum VmbSrcTriggerActivationValues

Namespace
VisioForge.Core.Types.X.Sources.AlliedVision
Assembly
VisioForge.Core.dll

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.

public enum VmbSrcTriggerActivationValues

Fields

Unchanged = 0

Does not change the currently applied trigger activation value on the device.

RisingEdge = 1

Specifies that the trigger is considered valid on the rising edge of the source signal.

FallingEdge = 2

Specifies that the trigger is considered valid on the falling edge of the source signal.

AnyEdge = 3

Specifies that the trigger is considered valid on the falling or rising edge of the source signal.

LevelHigh = 4

Specifies that the trigger is considered valid as long as the level of the source signal is high.

LevelLow = 5

Specifies that the trigger is considered valid as long as the level of the source signal is low.