LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
717 stars 139 forks source link

Smooth movement of mouse in robot movements #244

Closed anandasaia closed 6 months ago

anandasaia commented 6 months ago

I have a docker container setup with x11vnc, xvfb and novnc. There is an API running inside of it which accepts mouse coordinates as POST requests and make use of pyautogui to move the mouse to that location and click on it. Regardless of what I set the duration as in the pyautogui call, it moves very abruptly in the vnc display. Is there a way to fix this?