Web Camera wrapper
If you are interested, Ido Samuelson has released a WebCamera class written in C#.
Excerpt from Ido:
"
For a long time now I was looking for a web camera class. All samples I found on google where not pure C# and if they were they used the clipboard to receive the frames, so I decided to write my own web camera class.The WebCamera Class is very simple to use.The Constructor accept 3 variables: the control's Handle, Width and Height.A Public method to Start the webCamera.A Public method to STop the webCamera.A Public Event if you want to recieve the data bytes of the last captured frame.The WebCamera class make use of an API32 Wrapper Class which contains all the API calls and constants."