We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include the following information:
vncdotool version 1.2.0
VNC server and version TightVNC -> version unclear
Steps to reproduce
def run_vnc(): client = api.connect("localhost", password="password")
client.captureScreen(f"screenshot1.png") print("Test") client.captureScreen(f"screenshot2.png") print("Test2") client.disconnect() run_vnc()
we are trying to get a screenshot from a vnc device.
the first screnshot returns just a black screen
the second screenshot takes around 135 seconds every time, But returns the expected result.
Why does it take so long to take a screenshot?
Additional information Furthermore the programm does not finish the process. The process is stuck and never gets finished.
The text was updated successfully, but these errors were encountered:
I encountered the same problem
Sorry, something went wrong.
No branches or pull requests
Please include the following information:
vncdotool version
1.2.0
VNC server and version
TightVNC -> version unclear
Steps to reproduce
def run_vnc():
client = api.connect("localhost", password="password")
client.captureScreen(f"screenshot1.png")
print("Test")
client.captureScreen(f"screenshot2.png")
print("Test2")
client.disconnect()
run_vnc()
we are trying to get a screenshot from a vnc device.
the first screnshot returns just a black screen
the second screenshot takes around 135 seconds every time, But returns the expected result.
Why does it take so long to take a screenshot?
Additional information
Furthermore the programm does not finish the process. The process is stuck and never gets finished.
The text was updated successfully, but these errors were encountered: