-
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
Edition 11.0 is connected to VMware10 and why does it block the screenshot of the CaptureReGion? Is there any way to check? #265
Comments
There is no version Have you checked using Running |
Enter the wrong, vncdotool is version 1.1.0 |
If you use the API can you try out the import vncdtool.api
import vncdotool.client
with vncdotool.api.connect(…, factory_class=vncdotool.client.VMWareFactory) as api:
api.screenshot(…)
With What I currently do not know is how |
I have tried incremental = true. There is no problem, but the screenshot returned from the server is not the time when the picture is changed. It will appear chaotic, a bit like a network byte order. For example, to get three screens, the first time you may get the screen finally refresh, and the third screen will appear the first screen refresh. How can this problem be solved? |
Please include the following information:
vncdotool 1.1.0
vmware 10
The first screenshot is okay, the second screenshot appears blocking. The blocking time has continued.But with
incremental = true
, there will be no block.If you use
incremental = true
, how to ensure that the order of saving screenshots is increasing?The text was updated successfully, but these errors were encountered: