Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   JavaScript and Client-Side Browser Scripting (http://www.programmingforums.org/forum23.html)
-   -   online camera (http://www.programmingforums.org/showthread.php?t=1908)

jilshi Jan 18th, 2005 11:43 PM

online camera
 
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??
:confused:


All times are GMT -5. The time now is 12:51 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC