
I’ve a working Python script that take screenshots of my single macOS show each minute utilizing screencapture
. The script primarily loops
os.system(f'screencapture {output}.png')
.
Each now and again, the screenshots abruptly begin solely exhibiting my wallpaper. I do know this is not a display screen recording permissions challenge for Python, for the reason that script works 99% of the time. Moreover, as soon as the buggy habits begins, taking screenshots with screencapture
myself on Terminal.app does the identical factor. The bug by no means goes away by itself.
The one repair I’ve discovered thus far is to frustratingly restart my pc. Is there any documentation or repair for this habits?