you'd probably want to look at using managed DirectX
I need some help or pointed in the right direction, i would like to be able to capture images off my webcam using c#.net for a project i am working on
i need to do so every 30 seconds then have it uploaded to a webserver
any help would be greatly appricated
thanks
dhantiflag
Also check out DirectShow.NET (open source wrapper around DirectShow).
Hi dhantiflag,
Check out AForge:
http://code.google.com/p/aforge/
pb
DirectShow would probably be the easiest and most elegant solution.
http://www.codeproject.com/KB/audio-...ctShowNET.aspx
This should be more than enough to get what you want done.
Bookmarks