ICImagingControl.SignalDetectedAvailable Property

Returns whether the current video capture device supports signal detection on its input ports.
Syntax:
[C#]
public bool SignalDetectedAvailable;
Limitations:

Run time only, read only.

Remarks:

If SignalDetectedAvailable is True, SignalDetected returns whether a video signal is detected on the currently selected input channel of the open video capture device.

Information:

Introduced in version 2.0

See also: ICImagingControl, ICImagingControl.SignalDetected

<< ICImagingControl