Resources for working with video feeds in C# - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T21:39:35Zhttp://stackoverflow.com/feeds/question/183739http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/183739/resources-for-working-with-video-feeds-in-c4Resources for working with video feeds in C#Echostorm2008-10-08T16:46:43Z2008-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#1841882Answer by changelog for Resources for working with video feeds in C#changelog2008-10-08T18:33:11Z2008-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>