There are four files created by Ken Gorman:

capture.zip

- this is a minimal application framework capture application. It builds upon Harish's presentation on developing an application in Windows using the Application Framework and the Microsoft Foundation Classes. It is a minimal application that ONLY captures video from a web-cam to the screen. Full source is included.

description

- brief Microsoft Word document describing how Ken developed the capture.zip application above.

vidcap.ZIP

- this is the example source code of a Microsoft SDK (Software Developer Kit) application that makes the VFW (Video for Windows) calls. It's difficult to understand if you aren't familiar with the windows programming paradigm. The source is a good reference, however, to see how some of the VFW calls are made.

vidcap_modified.ZIP

- this is the above file, but I created my own Microsoft Developer Studio makefile and workspace to make working with the example easier. The example, as provided, doesn't come with a Developer Studio makefile and can be made using the command line 'make' utility. I modified it appropriately. For those comfortable and familiar with the Developer Environment, this version should be much easier to use.