DirectShow With C#: Building Filter Graphs

This post builds upon prior work where we used C# with DirectShow.NET to enumerate video capture devices on a given machine. We use the device enumerator we built there to help us start composing a filter graph. DirectShow uses the word filter to denote any software component that performs an operation on a multimedia stream. [...]

 
Finding Your Web Cam with C# & DirectShow.NET

This post is a quick little ditty about how to enumerate over all video capture devices on your machine using the DirectShow.NET library. The DirectShow.NET library is a C# library that sits atop Microsoft’s DirectShow API. This library helps you avoid some of the headaches associated with accessing unmanaged libraries from managed code. For our [...]

© 2011 Musings of the Bare Bones Coder Suffusion theme by Sayontan Sinha