AForge.NET Framework
2.2.5 version is available!

Computer Vision samples

Motion Detector [Download]

Motion Detector sample application


The sample application demonstrates the work of different
motion detection algorithms implemented
in the AForge.NET framework. With this application it is possible as just to enable/disable
motion detection, as turn on different motion post processing algorithms, like highlighting of motion regions.
It supports number of different video sources, which includes USB web cameras, JPEG snapshots and MJPEG streams
over HTTP (IP cameras), local video files. In addition it allows specifying regions of interest, where the motion
should be detected. Yet another feature of this application is to show motion history – a chart on the bottom,
which shows history of detected motion level.


With the above mentioned features the application serves a good demo of using
AForge.Vision and
AForge.Video namespaces.