Home  •  Support
  •  
Binary Fortress Software DisplayFusion WallpaperFusion LogFusion ClipboardFusion FileSeek Notepad Replacer
Binary Fortress Software
 

Motion Monitor

Motion Monitor

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.

  • Works with Windows XP, Vista (x86/x64), Windows 7/8 (x86/64), 2000 SP4, 2003 and 2008
  • Do you need some help? Check out the Support Discussions to find the answers that you need.
  • Check out the Motion Monitor Discussions for some interesting plug-ins (source only)
Download Now
Latest version: v0.1 (0.29 MB)
Click the 'Download Now' button to download Motion Monitor
We are unable to detect if you already have the .NET Framework installed,
you may need to download and install it, if you haven't already.
Windows XP
If you are using Windows XP you will need:

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 cobbled together from tutorials around the internet, with most of it from the DirectShow.NET tutorial on CodeProject.com.

Kudos

  • DirectShow.NET for the new (at the time this application was written) and easy way to use DirectShow in .NET.