ICImagingControl.LivePause Property

This property suspends and restarts the current delivery of images.
Syntax:
[C#]
public bool LivePause;
Limitations:

Runtime only

Remarks:

If LivePause is set to True, no images are delivered. This saves CPU load while no images are needed. The live video is restarted very fast, if LivePause is set to False again.

Information:

Introduced in version 2.0

See also: ICImagingControl, ICImagingControl.LiveStart, ICImagingControl.LiveStop, ICImagingControl.LiveCapturePause

<< ICImagingControl