FYP Update

Having finally synchronized the video and audio, the final prototyping required is the motion detection. After doing some initial performance tests, it takes roughly half a second to compare every pixel in two 360 x 360 frames (as bitmap). With some of the cameras running as fast as 20 fps, this is unacceptable. Thus a ‘divide and conquer’ approach will be taken, by dividing the pixels up and processing them in parallel, the frames should be compared incredibly easier and faster!