-
I was hoping for a way to specify which display (eg. `:1`, `:2`, etc.) pyscreenshot takes from without having the parent script operating on the same display.
-
## Detailed Description
Vidgear's [ScreenGear](https://abhitronix.github.io/vidgear/gears/screengear/overview/), a class designed exclusively for ultra-fast Screencasting works on [python-mss…
-
Hi there! If you're here from a message that's something like:
```
WARNING: Value for scheme.scripts does not match. Please report this to
-
I get good images when I do a full screen grab via `ImageGrab.grab()`, but if I add a bbox (`ImageGrab.grab(bbox=bbox)`) the resulting image (when saved with `im.save('/tmp/myimage.png')`) is just all…
-
Currently `PIL` / `pyscreenshot` only captures the active monitor, which limits the usability of template matching in multi-monitor environments. `RPA.Images` should be improved to capture images from…
osrjv updated
3 years ago
-
I've tried a bunch of different configurations and made sure It's not something on my end and i continously get the same error.
line 214, in replay_actions
from_position = CLICK_STACKS[action…
-
I get the following error when trying to use cmd2
``` Creating fcreplay_fcreplay-tasker_run ... done
Traceback (most recent call last):
File "/usr/local/bin/fcreplay", line 33, in
sys.ex…
-
Hi, thank you for your work. I was trying to run the following :
```
import cv2
from SimpleHRNet import SimpleHRNet
model = SimpleHRNet(48, 17, "./weights/pose_hrnet_w48_384x288.pth")
img_file …
-
Hello everyone,
pyscreenshot works well on linux but with windows I always have this error:
` pyscreenshot.err.FailedBackendError: All backends failed! `
Could you help me please ?
-
I updated the script to follow Python3 conventions also had to change some things like Queue to queue etc. However stuck here:
```
$ python3 shenzhen-solitaire.py
Traceback (most recent call last):…
bbhtt updated
4 years ago