motion detection
-
I need to knwo how to compare to bitmaps so as to detect motion. The bitmaps come from a webcam stream and i have managed to grab the frames as needed. I just now need help in comparing these frames for motion.
Interesting project. Must be some 2 lines of code, but I can't get it now! :-D
Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா
-
I need to knwo how to compare to bitmaps so as to detect motion. The bitmaps come from a webcam stream and i have managed to grab the frames as needed. I just now need help in comparing these frames for motion.
-
Hi, Are the frames captured color? If it is color then image subtraction is time consuming. I would suggest you convert ur color images to monorchrome amd use image subtraction. Adios, Cool Ju :cool: Dream Ur Destiny
-
yes they are in color at the moment. So how do i convert them to monochrome and then how to i do image subtraction?
-
I need to knwo how to compare to bitmaps so as to detect motion. The bitmaps come from a webcam stream and i have managed to grab the frames as needed. I just now need help in comparing these frames for motion.