Click or drag to resize
Accord.NET (logo)

TriggerSource Enumeration

Enumeration of camera's trigger modes.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public enum TriggerSource
Request Example View Source
Members
  Member nameValueDescription
Off0 Camera works in free run mode.
EdgeRising1 External trigger (rising edge).
EdgeFalling2 External trigger (falling edge).
Software3 Software (manual) trigger.
See Also