Table of Contents

Enum VmbSrcTriggerSelectorValues

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

Selects the type of trigger to configure. Not all cameras support every trigger selector listed below. Check which selectors are supported by the used camera model.

public enum VmbSrcTriggerSelectorValues

Fields

Unchanged = 0

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

AcquisitionStart = 1

Selects a trigger that starts the acquisition of one or many frames according to the Acquisition Mode.

AcquisitionEnd = 2

Selects a trigger that ends the acquisition of one or many frames according to the Acquisition Mode.

AcquisitionActive = 3

Selects a trigger that controls the duration of the acquisition of one or many frames. The acquisition is activated when the trigger signal becomes active and terminated when it goes back to the inactive state.

FrameStart = 4

Selects a trigger starting the capture of one frame.

FrameEnd = 5

Selects a trigger ending the capture of one frame (mainly used in line scan mode).

FrameActive = 6

Selects a trigger controlling the duration of one frame (mainly used in line scan mode).

FrameBurstStart = 7

Selects a trigger starting the capture of bursts of frames in an acquisition. Acquisition Burst Frame Count controls the length of each burst unless a Frame Burst End trigger is active. The total number of frames captured is also conditioned by Acquisition Frame Count if Acquisition Mode is MultiFrame.

FrameBurstEnd = 8

Selects a trigger ending the capture of the bursts of frames in an acquisition.

FrameBurstActive = 9

Selects a trigger controlling the duration of the capture of the bursts of frames in an acquisition.

LineStart = 10

Selects a trigger starting the capture of one line of a frame (mainly used in line scan mode).

ExposureStart = 11

Selects a trigger controlling the start of the exposure of one frame (or line).

ExposureEnd = 12

Selects a trigger controlling the end of the exposure of one frame (or line).

ExposureActive = 13

Selects a trigger controlling the duration of the exposure of one frame (or line).