> I see - that's very informative to know. Maybe I need to implement simple > motion > detection of my own. As a start I'm thinking of breaking a video frame in > constant blocks (like 16x16 etc) then detect change of pixels inside each > block.
There will be fluctuations in illumination due to noise, shadows, etc. Basic methods can work well but you have to be careful to make sure they are robust for your application. Lyndon Hill _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
