C-DEngine 5.105

nmiCtrlVideoViewer..::..ShowCam Property

If set to true, a local web-camera can be displayed in the Video Viewer (only very few viewers support this)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> ShowCam { get; set; }
Public Property ShowCam As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ShowCam {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}