I use MSS for Python for capturing screenshots rapidly on my computer, but when putting the image capturing inside a while loop:
import mss
while True:
sct = mss.mss()
I get an error message Maximum number of clients reachedSegmentation fault (core dumped)
. How do I solve this?