I had captured the whole screen of my system using Python and CV2. Can anyone suggest about how it can be done without using CV2 module. Are the built-ins of Python will be able to do so.
Screen capture using Python builtins
Collapse
X
-
Tags: None
-
It looks like there are some ways to do it. You might want to check out some example code like: https://github.com/ponty/pyscreensho...imagemagick.py
Comment