Resources for working with video feeds in C# - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T21:39:35Z http://stackoverflow.com/feeds/question/183739 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/183739/resources-for-working-with-video-feeds-in-c 4 Resources for working with video feeds in C# Echostorm 2008-10-08T16:46:43Z 2008-10-08T18:33:11Z <p>I'm starting to get into a side project that I hope to pull in frames from several small IP cameras, perhaps do a bit of motion detection and redisplay them in a form with alerts. </p> <p>Does anyone have some good resources or similar projects that I could use to get acquainted with the ins and outs? I'm using C# 3.5 with SP1 in VS2008</p> http://stackoverflow.com/questions/183739/resources-for-working-with-video-feeds-in-c/184188#184188 2 Answer by changelog for Resources for working with video feeds in C# changelog 2008-10-08T18:33:11Z 2008-10-08T18:33:11Z <p><a href="http://www.codeproject.com/KB/audio-video/Motion_Detection.aspx" rel="nofollow">Here</a> you can find an article on how to do motion detection between images. It's based on the <a href="http://code.google.com/p/aforge/" rel="nofollow">AForge.NET</a> library, which, quoting their site:</p> <blockquote> <p>AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, etc.</p> </blockquote>