Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceSimulateTrigger Method

Simulates an external trigger.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public void SimulateTrigger()
Request Example View Source
Remarks

The method simulates external trigger for video cameras, which support providing still image snapshots. The effect is equivalent as pressing camera's shutter button - a snapshot will be provided through SnapshotFrame event.

Note Note
The ProvideSnapshots property must be set to to enable receiving snapshots.

See Also