Page 1 of 1

Embedding webcam interface in web page

Posted: Tue Oct 13, 2009 3:31 am
by tanzeem
Hi all

I want to include a web cam interfacing program embedded in my web page. How can I do this using php in a browser independent manner? Please help .

Thanks in advance
Tanzeem

Re: Embedding webcam interface in web page

Posted: Tue Oct 13, 2009 8:22 am
by markusn00b
tanzeem wrote:Hi all

I want to include a web cam interfacing program embedded in my web page. How can I do this using php in a browser independent manner? Please help .

Thanks in advance
Tanzeem
PHP has absolutely nothing to do with the client's machine, browser, etc. If you intend to have a streaming webcam on your site, you'll have to look into Flash, Silverlight, or something like.

Mark.