Motion Monitor is a light-weight, easy to configure security application. Just set up a web cam, or any other DirectShow compliant device, and use Motion Monitor to keep watch. As you can see in the screen shot below, Motion Monitor is easy to setup and even easier to use. Just plug in your capture device, start Motion Monitor and adjust the 5 configuration options. Then watch as Motion Monitor detects motion in each frame, and displays the motion it detects. If the motion detected is over the threshold that you configured it will save a JPEG in the /Output/ folder under the installation folder.
Source Code Disclaimer: This code is not very good, and in no way represents my current coding style or abilities.
You should only download the Source version if you’re interested in hacking around with Motion Monitor. You will need Visual Studio 2005 Express or higher to use the Source. Since Motion Monitor was one of my first C# applications, much of the source code is hobbled together from tutorials around the internet, with most of it from the DirectShow.NET tutorial on CodeProject.com. Thanks to CodeProject.com for helping me get my feet wet!
- Motion Monitor works with Windows XP, Vista (x86 and x64), 2000, 2003 and 2008
- Motion Monitor requires the Microsoft .NET Framework v2.0 (included with Windows Vista):
- Do you need some help? Check out the Support Forum to find the answers that you need.
Kudos
- DirectShow.NET for the new (at the time this application was written) and easy way to use DirectShow in .NET.
History
v0.1 ~ May 9, 2007
- First public version

