BaseSink.SinkModeRunning Property

Gets or sets the "running" state of the sink.
Syntax:
[C#]
public bool SinkModeRunning;
Remarks:

This method is used to pause and restart an image stream for video capturing and frame grabbing. After the running mode is set to False, frame grabbing and video saving will not start before the running mode is set to True.

If the running mode is set to False and LiveStart is called, the live video is displayed (if enabled) but no frames are passed to the sink. Now, an application can set the running mode to True to start video capturing or frame grabbing without latency because the image stream is already initialized.

See also: BaseSink

<< BaseSink