Lee Atkinson
Lee Atkinson

Reputation: 2189

DirectShow Source filter using Dekstop window as source

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

Upvotes: 7

Views: 16060

Answers (2)

Dee Mon
Dee Mon

Reputation: 1046

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.

Upvotes: 9

Related Questions