Last couple of days I've been trying to solve an interval problem with my screen recorder application. Since my timer captures as well as records, it can't sustain a correct interval, so it records to slow, which makes playback too fast. I've been trying to figure out how to incorporate backgroundworkers for recording and playback with no luck. I figure the screen recorder needs 4 backgroundworkers for recording: One captures, calls two others for saving the images, while another records the audio. For playback, 1 for playing the image sequence and the other audio.
Could someone help me with this problem?
Even with the interval set to one, the timer captures and records too slow. Playback is insanely fast!
![Name: ScreenRecorder.PNG
Views: 40
Size: 9.1 KB]()
Could someone help me with this problem?
Even with the interval set to one, the timer captures and records too slow. Playback is insanely fast!