Skip to content
New issue

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

Extreme performance issues while taking screenshot #273

Open
LeonardBaranski opened this issue Oct 20, 2023 · 1 comment
Open

Extreme performance issues while taking screenshot #273

LeonardBaranski opened this issue Oct 20, 2023 · 1 comment
Labels

Comments

@LeonardBaranski
Copy link

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.

@pmhahn pmhahn added the bug label Nov 6, 2023
@bingaha
Copy link

bingaha commented Oct 25, 2024

I encountered the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants