jilshi 0 Newbie Poster

i plan to add online camera to my website.
in website, it should be able to display live image that capture by camera.

previously i used axis camera which was an old camera. below are the following code i used.

function video() {
document.write("<OBJECT ID=\"AxisCamControl\" CLASSID=\"CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3\" WIDTH=\"400\" HEIGHT=\"290\" CODEBASE=\"/activex/AxisCamControl.cab#Version=1,0,2,15\">");
document.write("<PARAM NAME=DisplaySoundPanel VALUE=0>");
document.write("<PARAM NAME=URL VALUE=\"http://192.168.1.95/axis-cgi/mjpg/video.cgi?camera=&resolution=640x 480\">");
document.write("</OBJECT>");
}


it works fine and able to work in my website.

** Recently i bought new camera brand Philips but do not how to write code so that enable to use in my web site.

is there any coding that can help me to attach my live camera to website??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.