Screen capture using Python builtins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subhendu93
    New Member
    • May 2018
    • 1

    Screen capture using Python builtins

    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.
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    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

    Working...