A PIL.Image.grab() takes about 0.5 seconds. This is just to get screen data into my application, without any processing on my part. FRAPS , on the other hand, can take screenshots up to 30 FPS. Is there a way for me to do the same from a Python program? If not, what about program C? (I could associate it with a Python program, maybe ...)
performance optimization python image screen-scraping
Claudiu
source share