asp.net c# webcam
-
I'm looking to add webcam support to a web page but i really have no idea where to start. I can use any version of VS so thats not a problem. I've seen a few examples on here about how to do it but they were all over the place. Any ideas on where to start? I'm obviously not ask for code to do it but whats the easiest way to get it done would be helpful. Thank you in advance.
-
I'm looking to add webcam support to a web page but i really have no idea where to start. I can use any version of VS so thats not a problem. I've seen a few examples on here about how to do it but they were all over the place. Any ideas on where to start? I'm obviously not ask for code to do it but whats the easiest way to get it done would be helpful. Thank you in advance.
Hi... If you have seen the Gmail webcam support from browser while chatting, the same can be implemented. To enable webcam support Gmail asks to download an activeX at first. So you also can create and API in C# which will capture the image from the webcam and ask the user to download it when he/she wants to have webcam support. You API will search for the webcam on various ports of the users computer and streams images from webcam to your server and also display it to the user in a window. I hope this approach will give some idea and lead to your goal. Thanks and regards, Chetan Ranpariya
Thanks and Regards, Chetan Ranpariya