QuickCamLib

The latest version, 1.26, was released March 19 2011. Download QuickCamLib. Please read the included license.txt file.
It has been verified the library works with the following devices: QuickCam® Pro 4000, QuickCam® Sphere AF, QuickCam® Sphere MP, QuickCam® Communicate STX, Microsoft LifeCam Cinema.
Pretty much any recent USB webcam should work, let me know if you run into any trouble. 'SharpCam' is included as an example project of how to use the library.
March 28th, 2011 - 17:34
Hi,
I’m trying to compile the project in vs2005 in order to set a strong name for the dll. This, because I need to use the dll in a vs2005 activex dll (COM object) and it is required a string name with a .key file. The problem is that I can’t compile the project in vc++ 2005 first of all because it was originally developed in 2008. I could open it in vs2005 but I have some external symbols unresolved. Is it possible toget the VS2005 project for teh library from you???. Thank´s and I hope it is possible.
March 31st, 2011 - 20:50
Unfortunately I don’t have access to that version. To compile the library you should have the DirectX SDK installed. Also, don’t forget linking to strmiids.lib, ole32.lib and oleaut32.lib.
Which external symbols won’t resolve?
Don’t forget you can use the Express editions of Visual Studio 2008 and 2010
.