المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Taking a snapshot from a local webcam...



C# Programming
09-08-2009, 08:13 PM
My goal is to preform various image processing tasks on an image taken by a webcam...

After googling, and trying different examples... I failed to find a simple solution. Example code is either overly complicated or it only supports WIA webcams only.

I like how "Motion Detection Algorithms (http://www.codeproject.com/KB/audio-video/Motion_Detection.aspx)[^ (http://www.codeproject.com/KB/audio-video/Motion_Detection.aspx)]" works (for stills) however the code is overly complicated for the task I want to preform with a mind blowing 48 .cs files...

I tried trimming down but ended up with 26 files of code I have no clue on...

All I want to do is take a still or two every five minutes... Any suggestions on this simple sounding yet strangely complicated task?