How is it possible to have the mouse cursor included when taking screenshots with:
imageio.imread('<screen>')
or
pyautogui.screenshot(region=(0,0,300,300))
?
imread
does not seem to offer such cursor
a parameter.
The goal is finally to record screen at ~ 20 fps, to do a screencast recorder.