Top "Directshow" questions

The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows.

How to get video frame using DirectShow.net?

As part of a program I have to be able to pull a few random frames from a user specified …

.net-3.5 directshow video-processing directshow.net
Where are the DirectShow samples in the Windows 8 SDK?

DirectShow samples lived under (SDK samples root)\DirectShow\ in the Windows 7.1 SDK, but the Windows 8 SDK does not have the …

visual-studio windows-8 visual-studio-2012 directshow winapi
Video Capture output always in 320x240 despite changing resolution

Ok I have been at this for 2 days and need help with this last part. I have a Microsoft LifeCam …

c# directshow directshow.net
Writing a Direct Show Source Filter

I should have to write a Direct Show Filter which takes input(video,audio) from live source. And it should …

directshow directshow.net
Is it possible to fake a video stream as virtual cam that is visible in Skype, Lync etc?

I'm trying to build a crucial part for my application in which I need to be able to fake a …

c# c++ wpf webcam directshow
DirectShow Filter Graph Editor doesn't show remote graphs

I have a problem with connecting to remote graph from DirectShow Filter Graph Editor. When I run application that creates …

directshow graphedit
How to convert yuy2 to a BITMAP in C++

I'm using a security camera DLL to retreive the image from the camera. The DLL call a function of my …

c++ bitmap camera directshow
how to use x264 encoder with directshow

i can't figure out how to use x264 with directshow. i installed many thinks that pretend to have x264 encoder …

video directshow directshow.net x264 libx264
How to use/install custom Directshow filter

I have custom compiled directshow filter - filter.DLL - but how to use, or install this filter in system?

c++ filter directshow
Can't make IAMStreamConfig.SetFormat() to work with LifeCam Studio

I'm brand new to DirectShow and am working on adding a video stream to my application. I've looked into many …

directshow directshow.net