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,
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,
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...)
You should write program that run on client side and response to the server. I don't think PHP can do this job.
Yes Flash, ActiveX or Java applet seems to be the only options to access user's webcam