ICImagingControl.DeviceTrigger Property

Enables/disables external triggering of the current video capture device.
Syntax:
Public DeviceTrigger As Boolean
Limitations:

Only available when a device is open and valid.

Remarks:

If the trigger is enabled, the video capture device will not send images if no trigger event occurs. This may block an application while it waits for MemorySnapImage to return. To prevent blocking, a timeout value can be set with the MemorySnapTimeout property.

See also: ICImagingControl, ICImagingControl.DeviceTriggerAvailable

<< ICImagingControl