TriggerMode

Specifies how an image capture is initiated.

Format

String

“Software”

The camera starts the exposure by software trigger when the Capture command is issued.

“FallingEdge”

The Capture command waits for a high-to-low transition on the trigger input before starting the exposure.

“RisingEdge”

The Capture command waits for a low-to-high transition on the trigger input before starting the exposure.

“Continuous”

The camera will be put in a continuous trigger mode. The sensor will be triggered again at the earliest possible time after each capture. Capture or Retrieve will retrieve the first image after “triggering” the camera with Capture or Trigger.

Default

“Software”

Note

Triggering on the rising edge is currently not supported by the N10 cameras due to hardware limitations.

Note

In continuous trigger mode its possible to lose frames when they are not retrieved fast enough. It’s recommended to set TriggerDelay to maintain a stable frame rate.