John Calchon
John Calchon

Reputation: 127

ARtoolkit setup for C++, everything is fine except the camera driver

Can't manage how to install VFW or WDM driver for my built in webcam, I got an acer 5920g running Windows 7 64-bit.

Following a guide, the last step is:

...You need also to test if the video input works and video can be displayed. You need to run the videoTest on the bin directory. if it's working (no error) a window video will be displayed (see figure below).This test confirms that your camera supports ARToolKit video module and ARToolKit graphics module.

The videoTest is an .exe and when I execute it it shows an error window telling :

"It is impossible to start the program because MSVCP71D.dll doesn't exists in the pc. To solve this problem try to reinstall the program"

I think it's something related to the VFW or WDM driver...isn't it? Any idea to make ARtoolkit works with my build in webcam?

Upvotes: 0

Views: 857

Answers (1)

strangefreeworld
strangefreeworld

Reputation: 149

Try this link. Those DLLs don't come with a default install of Windows (you would need Visual Studio 2003 to get them).

Upvotes: -1

Related Questions