figuerres said:
ZippyV said:
*snip*
Yeah WIA, could not recall the name at the time, and I have not found any low cost web cams that say they support it.
I would also look into my WPF MediaKit.  It is 100% C# (so it supports 32/64bit any cpu compiles) and use the D3DImage class in .NET 3.5 SP1, so I feel its a step up from my VideoRendererElement.  I include a VideoCaptureElement control that works with web cameras.  You would just have to extend on that to add the SampleGrabber if you need to do any modifications to the pixels before it's rendered.  Depending on what you are doing with the image processing, maybe the built in support for pixel shaders would work for you.

-Jer