Enum VmbSrcTriggerSelectorValues
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.
Namespace: VisioForge.Core.Types.X.Sources.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public enum VmbSrcTriggerSelectorValues
Fields
Name | Description |
---|---|
AcquisitionActive | 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. |
AcquisitionEnd | Selects a trigger that ends the acquisition of one or many frames according to the Acquisition Mode. |
AcquisitionStart | Selects a trigger that starts the acquisition of one or many frames according to the Acquisition Mode. |
ExposureActive | Selects a trigger controlling the duration of the exposure of one frame (or line). |
ExposureEnd | Selects a trigger controlling the end of the exposure of one frame (or line). |
ExposureStart | Selects a trigger controlling the start of the exposure of one frame (or line). |
FrameActive | Selects a trigger controlling the duration of one frame (mainly used in line scan mode). |
FrameBurstActive | Selects a trigger controlling the duration of the capture of the bursts of frames in an acquisition. |
FrameBurstEnd | Selects a trigger ending the capture of the bursts of frames in an acquisition. |
FrameBurstStart | 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. |
FrameEnd | Selects a trigger ending the capture of one frame (mainly used in line scan mode). |
FrameStart | Selects a trigger starting the capture of one frame. |
LineStart | Selects a trigger starting the capture of one line of a frame (mainly used in line scan mode). |
Unchanged | Does not change the currently applied trigger selector value on the device. |