I want to capture the bitmap of the screen underneath my application. My application is the top level window. I found a post on stackoverflow: - How can I capture screen under my own window excluding my own window
I have followed the last answer on the above post but there is persistent flickering of my capturing application during the capturing process.
Is there any solution to capture the screen bitmap below my top level capturing application using DirectShow APIs without causing flickering? The captured video is expected not to contain any GUI elements of my capturing application.