Replies: 1 comment 3 replies
-
Hmm, do you experience latency issues with Weylus? Weylus sends input events as JSON over a websocket connection and then feeds them to uinput (at least on Linux). At least for me input latency has never been an issue, only the latency of the video stream is noticable to me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that allows you to proxy raw android device events through linux uinput device: https://github.com/leath-dub/droidux
Wondering if this kind of thing would fit into weylus as it really improves latency.
I reads a device description from
adb getevent -pi
and creates a device directly. Then it proxies the events from adb directly to the uinput device.Beta Was this translation helpful? Give feedback.
All reactions