We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我运行存在一个问题就是对手机的截屏没有跟上图片的处理速度,导致下一跳的判断距离采用了上一次的获取的距离参数: private void forward() { this.getScreenshot(); this.processScreenshot(); } 这两个方法的执行之间只是顺序执行但没有时序上的逻辑判断,上一个方法执行有问题下一个方法采用还是上一次的截图
The text was updated successfully, but these errors were encountered:
优化了逻辑,可以试试最新版
Sorry, something went wrong.
红米5P测试正常,但最高分只有100多,屏幕参数不知道怎么调
No branches or pull requests
我运行存在一个问题就是对手机的截屏没有跟上图片的处理速度,导致下一跳的判断距离采用了上一次的获取的距离参数:
private void forward()
{
this.getScreenshot();
this.processScreenshot();
}
这两个方法的执行之间只是顺序执行但没有时序上的逻辑判断,上一个方法执行有问题下一个方法采用还是上一次的截图
The text was updated successfully, but these errors were encountered: