Winform with DirectX Video-Directshow Use

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to grab a video frame on a winforms app. The Microsoft oldway was
with Direct Show filter as detailed in

Microsoft DirectX 9.0 SDK Update (October 2004)
GrabBitmaps Sample
This C++ console application shows how to use the Sample Grabber filter to
capture frames from a video file.

What is the new way/right way to do this now? Am I suppose to use managed
direct-x which supports the directshow filter?

I need to do this in CSharp so are there special using statements that I
need to access the direct show features of managed direct-x.

Help anyone I am so confused about this.

Thanks
 
Back
Top