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.