Simulates an external trigger.
Namespace:
AForge.Video.DirectShowAssembly: AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public void SimulateTrigger() |
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.
