Most persons would say that motion detection is one of the most simple of all video analysis techniques. It's just needed to calculate the difference in color and brightness of two consecutive video frames pixel by pixel. The sum of these values approximate the level of motion recorded by a static camera.
I would like to get your positive or negative feedback on developing a motion detection script for autohotkey. The code I was thinking in using is the one found at
http://www.codeproject.com/cs/media/Mot ... ection.asp
I was thinking in adapting the script created by daonlyfreez
http://www.autohotkey.com/forum/topic17042.html
Please provide me your feedback on this.