Hi,
I was under the impression that this package should be able to make game screenshot.
I did the following :
import time
#launch script then alt+tab to game
n_seconds = 5
for x in range(n_seconds):
print "taking screenshot in {}".format(n_seconds-x)
time.sleep(1)
from mss.windows import MSS as mss
sct = mss()
filename = sct.shot(output='test.png')
However all I'm getting is this :
https://www.dropbox.com/s/yy5qnltobdp02v6/test.png?dl=0
Is this what is expected?
Thanks.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too