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?
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?
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.