Click to See Complete Forum and Search --> : How to acquire real-time images from webcam and audio input fr mic using visual C++?


alwayz
July 13th, 2005, 03:26 AM
Hello everyone,

May i noe what i should use to acquire real-time images from webcam and audio input fr mic using visual C++?

I've searched some forums and someone said about using video capture macros. I tried but there are lots of errors. Can anyone tell me how to start creating the program? Can dialog-based MFC be used to do this program?

I've also came across Microsoft vision SDK but i'm not sure if this can be used.

Would appreciate any help. Thanks!
Nic

wildfrog
July 13th, 2005, 08:20 AM
You could check out the DirectX SDK, it comes with sample code for both audio and video capturing (and realtime playback).

- petter