I really cannot get my head around this, so I hope that someone can give me a little hand ^^
I\'m trying to detect motion in C# via my webcam.
So far I\'ve trie
Motion detection is a complex matter, and it requires a lot of computing power.
Try to limit what you want to detect first. With increasing complexity: Do your want to detect whether there is motion or not? Do you want to detect how much motion? Do you want to detect which areas of the image are actually moving?
I assume you just want to know when something changed: