Hi Everyone,
I had made an windows application which captures the desktop with/without cursor as shown in the below link
http://stackoverflow.com/questions/6750056/how-to-capture-the-screen-and-mouse-pointer-using-windows-apis
I used thread with an interval of 15 milliseconds, all works fine.
The problem is:
1. it slows down the system
2. After 5-8 minutes of continuous capturing the screen, the application hangs or not responding and finally terminates,
Is there any solution to capture the desktop alongwith cursor with 30fps to capture the smooth output whether in Windows form or WPF.
Thanks

Mohamed AbedallahPosted Nov 17, 2016, 10:09 AM
https://www.leadtools.com/help/leadtools/v19/dh/multimedia/to/leadtools.topics.multimedia~leadtools.topics.multimedia.creatingadirectshowcaptureapplication.html
Note that LEAD Screen Capture Source filter has options to capture with 30 fps and allows you to show or hide the curser.
For more information about the Screen Capture Property, see this help:
https://www.leadtools.com/help/leadtools/v19/multimedia/filters/leadscreencapturefilter(2.0)_ui.html
Disclaimer: I work for the company that created this library.