How to make screen capture video using Direct Show.net Library?
I read msdn Direct show document and find the way to change video source device within the following code.
This c
You need a filter which captures screen and sends the video down the stream. In DirectShow SDK there is a sample filter called PushSource and inside there is PushSourceDesktop. Compile it and insert into your graph as a source filter.