VNC capture in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Astan Chee

    VNC capture in python

    Hi,
    I was wondering if I can do a capture of a VNC screen in python. Kinda
    like this http://search.cpan.org/~lbrocard/Net...lib/Net/VNC.pm
    but without opening a VNC window or doing a screen capture.
    Thanks for any suggestions

    --
    "Formulatio ns of number theory: Complete, Consistent, Non-trivial. Choose two."


    Animal Logic
    Animal Logic is recognised as one of the world’s leading independent creative digital studios, producing award winning design, visual effects and animation for over 25 years.


    Please think of the environment before printing this email.

    This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.



  • Mike Driscoll

    #2
    Re: VNC capture in python

    On Jul 6, 11:12 pm, Astan Chee <st...@al.com.a uwrote:
    Hi,
    I was wondering if I can do a capture of a VNC screen in python. Kinda
    like this http://search.cpan.org/~lbrocard/Net...lib/Net/VNC.pm
    but without opening a VNC window or doing a screen capture.
    Thanks for any suggestions
    >
    --
    "Formulatio ns of number theory: Complete, Consistent, Non-trivial. Choosetwo."
    >
    Animal Logichttp://www.animallogic .com
    >
    How can you do a screen capture without doing a screen capture? You'll
    probably have to use some kind of automation techniques, SendKeys, and/
    or the subprocess module. If you can find a VNC program that has a COM
    interface, then you may be able to use Python's win32com module, which
    is a part of the win32 package.

    Mike

    Comment

    Working...