Enumeration of camera's trigger modes.

Namespace:  AForge.Video.Ximea
Assembly:  AForge.Video.Ximea (in AForge.Video.Ximea.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public enum TriggerSource

Members

Member nameDescription
Off
Camera works in free run mode.
EdgeRising
External trigger (rising edge).
EdgeFalling
External trigger (falling edge).
Software
Software (manual) trigger.

See Also