Replies: 1 comment 8 replies
|
Android端蓝牙问题,基本无解 尽量不要同时用蓝牙鼠标/耳机,设置里把“启用手柄电池状态报告”关掉 |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
我在使用apollo(win11电脑)+artemis(android平板)进行串流时使用手指或手写笔进行滑动/书写操作时偶发卡顿,现象像是输入设备的回报率突然变得很低并随机持续几秒钟,而此时artemis端显示的帧率、码率和延迟都处于正常状态,我又更换了其它android设备测试仍有此问题。
目前已基本排除是主机端和网络的问题,而我在平板上使用有线鼠标时却没有这种偶发卡顿的情况,感觉是artemis没有正常处理连续的触控或滑动操作导致的。
经过反复修改设置并测试,基本没有任何选项会改变这种情况,而且由于问题难以精准复现(有时可能十分钟也不会发生一次,有时又会在一分钟内连续发生多次)我在经历数天的反复尝试后这大概就是我能得到的全部信息了
并且我还不太会使用github,这可以作为一个issue提交吗?
When I use Apollo (on a Windows 11 PC) together with Artemis (on an Android tablet) for streaming, I occasionally experience stuttering when sliding/writing with my finger or a stylus. It feels as if the input device’s report rate suddenly drops very low and stays that way for a few seconds at random. During these moments, the frame rate, bitrate, and latency displayed on the Apollo side all remain normal. I also tested with other Android devices and the issue still occurs.
At this point I’ve basically ruled out problems on the host side and the network side. When I use a wired mouse on the tablet, the stuttering does not happen, so it seems like Artemis isn’t handling continuous touch or sliding input correctly.
After repeatedly adjusting settings and testing, almost no option seems to change this behavior. Since the issue is difficult to reproduce reliably (sometimes it won’t occur even once in ten minutes, and other times it may happen multiple times within a single minute), this is basically all the information I’ve been able to gather after several days of repeated testing.
I’m not very familiar with GitHub—can this be submitted as an issue?
All reactions