TrInsanity
TrInsanity
This is definitely possible to achieve, just by changing the following line of __get_srcdc_ within _windows.py_: srcdc = MSS._srcdc_dict[cur_thread] = self.user32.GetWindowDC(0) 0 sets it to "fullscreen", but you can capture...
> We could add 2 keyword arguments to the Windows class, something like `window=0` and `content_only=False`. > > WDYT? Better names in mind (knowing that they should be OS-agnostic)? They...
@BoboTiG I've really got no experience with PRs & best practices etc. so wouldn't know where to start. I can give it a go but it'll likely need modification!
Running the demo on Google Colab gave me a similar error. Turns out the path of an unrelated file (.ipynb_checkpoints in this instance) was getting inserted into the template_path list....