Features.trigger mode strings Property

Get and set current trigger mode.
Usage:
[C#]
Feature.SetFeature("trigger mode strings", "Mode 0"); String Result = Feature.GetFeature("trigger mode strings");
Values Meaning
Mode 0

This mode advises the camera to use the preset exposure time ( exposure value range ) for exposing.

Remarks:

Currenty the The Imaging Source video capture devices support only Mode 0.

If there was no parameter passed to the GetFeature call, then the returned error messages shows all possible string values.

See also: trigger enable switch, trigger polarity switch

<< Features