-
Notifications
You must be signed in to change notification settings - Fork 106
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
[dev]实机使用网络 adb 时长宽数值位置反了 #69
Comments
auto-derby/auto_derby/clients/adb.py Line 107 in b10e08a
尝试增大最低拖动时间 似乎拖太快会变成点击 |
这个问题和连接方式应该没关系 |
是增加
使用模拟器的时候怎么查看端口号呢?我百度出来的雷电模拟器的端口号是5555,但是在launcher里面输入 |
使用adb查询链接设备显示如下 F:\ArknightsAutoHelper\ADB\win32>adb devices
List of devices attached
192.168.123.240:5555 offline # 这个是我开了无线调试的手机
emulator-5554 device # 这个是雷电模拟器 5554端口也尝试了没有用 |
那你增加拖动完的等待试试 auto-derby/auto_derby/clients/adb.py Line 113 in b10e08a
雷电模拟器我不用所以不知道怎么连 |
增加到了1.0,没有改善。 |
在已选中的情况下点按会变成确定训练 滑动不会确定 |
問題可能是指首5次滑動都在同一個位置? |
不太可能 我 DMM 和 adb 都测过了 |
应该是选择的是哪个界面就会停留在哪个界面并识别5次……太怪了 |
我测不了其他模拟器 因为只有蓝叠支持 hyper-v 然后我用 docker 需要 hyper-v |
增加了adb 命令的 debug 日志 2216dcc |
日志如上 |
为啥坐标会有2472这么大 我看你的屏幕应该是 1920x1080 的 |
我好像知道问题了 你的分辨率识别成 1920x1080 但是实际应该是 1080x1920 |
试一下这个 3a9a880 模拟器返回的长宽是根据当前朝向的 但是实机可能不一样 |
最新版问题解决了。期待master的推送 |
我等DMM和adb都育成一局没问题再放到master |
报告一个新bug |
每个bug 一个 issue |
使用的是真机,网络adb调试,log如下:
auto_derby.zip
问题:在训练页面识别5次第一个训练,没有切换然后就选择了第一个训练方法。
使用模拟器/真机有线链接的方法,查不到adb的端口,显示的都是设备名。
The text was updated successfully, but these errors were encountered: