-
Notifications
You must be signed in to change notification settings - Fork 124
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
Artifacts on screenshots #275
Comments
Please provide more information:
|
I'm using the synchronous API and just changing the logging format:
client.captureScreen(filename)
the png files obtained directly from cmd contains the artifacts. I noticed that when I connect with the UltraVNC client the first frame contains artifacts but then the screen is suddendly refreshed and the artifacts disappear. If i use vncdotool when also the UltraVNC client is connected no artifacts are detected. As soon as the UltraVNC client disconnects the artifacts suddendly appear. The VNC server version is quite old and running on windows XP |
Dear community,
i'm facing a problem with the screenshots:
When I'm connected to the server through my UltraVNC client, everything works like a charm.
When i disconnect and i use the vncdotool inside a python script, the screenshots are full of artifacts. I attach an image as example (it's only a part of the screen). Sometimes it shows the old screen (when i disconnected), other times the colors are wrong.
The VNC server is very old, running windows XP, but my UltraVNC client is not having any trouble.
When i connect i have this log
I just use this syntax to connect
I tried to do several consequent screenshots but it seems that the server is not updating at all the image.
Thank you for the support.
Best
The text was updated successfully, but these errors were encountered: