General information:
I'm trying to run my python program as a launchd daemon process since its a REST flask app that needs to be running at all times and needs to have the ability to relaunch if the macOS gets rebooted.
One of the endpoints allows me to grab a screenshot of the current monitor. I really like to use your library for the lower level performance... but running as a launchd it seems that this will always fail to create the Image from the CoreGraphics.
CoreGraphics.CGWindowListCreateImage() failed.
Otherwise it works as long as it's being executed as the user, or even executing sudo
on the python script works fine.
Am i missing something with System context and CoreGraphics API's ?
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