Embedding webcam interface in web page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tanzeem
Forum Newbie
Posts: 1
Joined: Tue Oct 13, 2009 3:26 am

Embedding webcam interface in web page

Post 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
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: Embedding webcam interface in web page

Post 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.
Post Reply