c# 3.0 - Using c# .NET 3.0 on a Windows XP machine, what is the most efficent way to record from multiple webcams? -
I'm trying to figure out which API to use to connect and record to a webcam. In some of my research, Google, I have found many old articles, which are DirectShow and Com Discus. I do not want to write the code, which is using the obsolete API.
Any direction with this is greatly appreciated.
The discox is still the best way to connect to webcams (or other sources).
You can use which is a thin warship arund DirectShow.
Comments
Post a Comment