VCam demo

Control your VCam on our website

VCam is a COM object as well, you can control it in a wegpage, for example:

Get the Flash Player to see this video.
Define the VCam COM object:
<OBJECT id="VCamCOM" classid="clsid:DD9BD844-6E01-4624-819A-F9F5A065B5BD"></OBJECT>

Functions:
  • Play a video file in VCam:

    Method: VCamCOM.PlayVideo(filename);

  • Video device index:
    Method: VCamCOM.PlayDevice(devIndex);


  • Method: VCamCOM.CaptureScreen(100, 300, 320, 240);

  • Text Overlay:
    Method: VCamCOM.OverlayText(x, y, text);


  • Method: VCamCOM.StopOutput();
IMPORTANT: To make this sample work, you should install VCam and add http://www.e2esoft.cn to your Internet Explore's Trusted sites and set the Security level of Trusted Sites to Low.
Please DO NOT forget to set it back when finished testing.