Motion Detection

As previously stated, im currently working towards an effective and efficient implementation of my own Motion Detection algorithmn within the HomeView Application. At the moment things are changing quite rapidly and dynamically, Bitmap.SetPixel was too slow to be used appropriately, thus I’ve moved on to locking down the bits and altering them that way. Hopefully using a ‘divide and conquer’ approach on them will yield significantly faster results.