background preloader

DirectShow

Facebook Twitter

DirectX Video Stream and frame capture. Download source project - 167 Kb Introduction There is a tremendous job done by NET master and enhanced by Brian Low.

DirectX Video Stream and frame capture

However, I was needed a library that can continuously capture image/bitmap from the video source and record it at the same time. Then I saw the Net master's project and Brian low's project.

Driver Development

Stackoverflow. Cp. Programming with passion : Video Capture with C# I’m having lots of fun writing a video capture application in C#.

programming with passion : Video Capture with C#

Windows Media Foundation is supposed to be the “cool new way” to do this. Unfortunately, there just isn’t a lot of support yet in the drivers and as far as I can tell, Windows Media Foundation does not work with the DirectShow drivers that capture cards use. So, I’ve gone down the rabbit hole of learning how to write a video capture application using C# and DirectShow. There just isn’t much information out there because everyone seems to want to use C++. After opening Microsoft’s sample C++ app to do video capture, I’ve come to the conclusion that Microsoft COM C++ just makes me feel stupid. DirectShowNet library. TMH's Downloads.