Search code examples
c#.net-3.5videovideo-capturemotion-detection

Resources for working with video feeds in C#


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.

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


Solution

  • Here you can find an article on how to do motion detection between images. It's based on the AForge.NET library, which, quoting their site:

    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.