I would like to somehow feed by camera feed through a web service / site to be viewed over the web. Can someone please point me in the right direction?
I have C#, ASP.NET, Silverlight, and WCF experience already. How does one hook into cameras?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you looking to do video or just frames from the camera?
For video, I recommend using a flash player and some sort of flash media server, like Red5. You can encode using the flash media encoder.
If you just want to display frames, most camera software will dump a frame for you, and you can display it like any other image.