المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : What is the best method for capturing video using Visual C++?



C++ Programming
08-19-2009, 07:47 PM
Hey everyone!

I am currently working on a project that requires the capture of video from a video capture card. This video needs to be recorded for later analysis.

There are many different examples online, and a few here on CodeProject, but I would really like some advice. Which API or method is the best for video capture with the requirements below?

1. Ability to select from multiple devices. In this particular case, I need support for a TV capture card or a webcam.
2. Ability to preview video in realtime.
3. Ability to record the output to a file or series of files.
4. Has to be compatible with Visual C++.

Thanks for the help!

-Nathan