Using VB.Net 2005, I need to write an app to capture snapshots from a web camera. Ideally, I would like to have a control that displayed the live camera feed and then took a picture based on a particular keystroke. Any ideas or direction would be appreciated.
Thanks.

Capture snapshot picture from WebCamera
oaktown
There are a few 3rd-party controls available that will allow you to interface with webcams, handling it yourself involves API calls to the AviCap32.dll in order create a capture window and display it or perhaps going through DirectShow API's.
There are examples of a couple different ways on www.codeproject.com, search for Image Capture.