VNC capture in python

A

Astan Chee

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-VNC-0.35/lib/Net/VNC.pm
but without opening a VNC window or doing a screen capture.
Thanks for any suggestions

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


Animal Logic
http://www.animallogic.com

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.
 
M

Mike Driscoll

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-VNC-0.35/lib/Net/VNC.pm
but without opening a VNC window or doing a screen capture.
Thanks for any suggestions

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top