Declaration
procedure Connect();
Description
Connects to the specified video input or multimedia file. This makes a DirectShow graph which needs to be activated with
Run in order to make it active.
Several methods and properties work only after Connect() has been successfully called.
Example
ImageEnView1.IO.DShowParams.SetVideoInput(0);
ImageEnView1.IO.DShowParams.RenderVideo := True;
ImageEnView1.IO.DShowParams.Connect();
See Also
◼Run
◼Disconnect
◼Connected