Question

I've found plenty of posts discussing WIA, Windows Portable Devices API and DirectShow (and giving example code) for accessing a webcam from C# but when you research each method you seem to come across references that these are "old" methods.

So, question is, when running nothing earlier than Windows Vista, what is the "preferred" method for accessing a webcam from C#?

Thanks,

John.

Was it helpful?

Solution

I think what you are looking for is Windows Media Fundation. Extracted from MSDN:

Microsoft Media Foundation was introduced in Windows Vista as the replacement for DirectShow. Of course, DirectShow is still supported in Windows 7, but developers are encouraged to use Media Foundation in their new digital media applications.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top