Connecting Tech Pros Worldwide Help | Site Map

webcam in php

Newbie
 
Join Date: Jan 2007
Posts: 28
#1: Jun 15 '09
Dear All,

I would like to know. How to capture image with webcam using PHP.
Can I? Please help me.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#2: Jun 15 '09

re: webcam in php


Never heard of it done in PHP. Check out Flash/Flex.
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,741
#3: Jun 15 '09

re: webcam in php


PHP is server-side, so to fetch a feed from a web cam, it would either have to be connected to the actual server computer, or set up as a network/internet server on whichever computer it is connected to.

I'm sure you would be better of using Flash or Silverlight, or something like that.
They are client-side things that can actually get access to the client's camera. (Or so I am told.)
Reply