how to capture the mouse pointer in screenshot

Viewed 1460

I use the python-mss to capture the screenshot and use these screenshot with opencv to generate a video recording. As I want to capture the mouse movement in the video. But it seems that the mouse pointer can not be captured in snapshot. How can I capture the mouse pointer with python-mss?

Thanks in advance if anyone can help.

1 Answers

There is an opened issue for that: #55. You can find some clues in the comments.

Related