AForge.Video.DirectShow.VideoCaptureDevice.SimulateTrigger C# (CSharp) Метод

SimulateTrigger() публичный Метод

Simulates an external trigger.

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.

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

public SimulateTrigger ( ) : void
Результат void
        public void SimulateTrigger( )
        {
            needToSimulateTrigger = true;
        }