1
Reply

Capture Screen @ 30fps

Ask a question
Amit Gupta

Amit Gupta

7y
233
1
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 

Answers (1)