tags:

views:

275

answers:

4

Hi,

I need to integrate the Web cam to the application. I need to take the user profile picture using the web cam. How can i do that. any one can help me?

Thanks in advance,

+3  A: 

You cannot acces the webcam from HTML, not even using JavaScript. I think your only option is to use Flash for this. (PHP has little to do with it...)

Thomas
Oh i see.. Thanks for sharing your knowledge. I have seen same reply's in some forums also.I check, how can i implement that with flash.Thanks again. :)
Nidhin Baby
A: 

You should write program that run on client side and response to the server. I don't think PHP can do this job.

tanakorn
+1  A: 

Yes Flash, ActiveX or Java applet seems to be the only options to access user's webcam

Benoit
+1  A: 

Duplicated entry, look at this

Felix Guerrero