8

I am looking for examples of a DirectShow Source filter that would display a Desktop Window. I am sure there should be examples, but I haven't yet found them. Perhaps I am using the wrong terminology.

This is for grabbing live output of a Window, and processing that has video.

Lee

asked Nov 18, 2010 at 12:36
1
  • Hi Lee were you able to get this done? I was looking for a simple example I can look at and learn from / port. So much stuff out there is so complicated for COM beginner like me. Commented Jun 7, 2016 at 1:35

2 Answers 2

10

In DirectShow SDK there is a sample filter called PushSource and inside there is PushSourceDesktop. Compile it, register ("regsvr32 PushSource.ax") and insert into your graph as a source filter.

answered Nov 19, 2010 at 10:10
Sign up to request clarification or add additional context in comments.

1 Comment

I tried the same, but my recorder program (FFmpeg, or a source from DSpack) cant see it as source. Any idea?
3

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.