The easier method is to embeded the camera's plug-in into your website and this method only works on Internet Explorer.
Because each series camera has different plug-in, please choose the correct sample for your camera.
The following are the HTML samples, you can click one to download it.
Please modify the content of the sample HTML to your settings. Thanks!
Because the Internet Explorer does not support this command and Firefox does not support plug-in, If you want to add your username and password into the command as http://root:password@60.248.39.149:1025/cgi-bin/control.cgi to avoid authentication when receiving streaming, the following is the alternative solution for 6000, 7000 and 8000 series cameras.
<SCRIPT language=JavaScript>
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAtCtrl\" WIDTH=362 HEIGHT=310 name=\"VAtCtrl\"");
document.write(" CLASSID=CLSID:210D0CBC-8B17-48D1-B294-1A338DD2EB3A");
document.write(" CODEBASE=\"http://111.111.111.111/VatDec.cab#version=1,0,0,48\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://123.123.123.123/cgi-bin/control.cgi\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"en\">");
document.write("<PARAM NAME=\"Deblocking\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"true\">");
document.write("</OBJECT>");
}
</SCRIPT>
The other method is using our HighProfile SDK to integrate our cameras into your website. Please find the information from SDK
After you install the VitaminDecoder.exe, you can find the VitaminCtrl HTML sample in the folder.(Default folder as C:\Program Files\Vivotek\VitaminCtrl\cab)