Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要在 PC 上显示我们的 Android 屏幕。我们不想远程控制设备。我们尝试了诸如等之类的应用程序androidscreencast。droidAtScreen但它们的应用程序fps非常少。有没有更好的应用程序可以做到这一点?你能建议吗?
androidscreencast
droidAtScreen
fps
没有办法让你变得更高FPS。Android 有每秒屏幕截图的限制,它与请求 的时间有关framebuffer,因此实时屏幕应用程序不能超过该帧速率。
FPS
framebuffer
Android 中有一个内置功能,在 Eclipse 中使用 DDMS 透视图或 DDMS 应用程序本身,有一个“捕获屏幕”选项,它会给你屏幕截图而不是真正的实时 Android 屏幕。您必须刷新才能显示您的 android 屏幕的当前状态。看看有没有什么办法也可以实时捕获,我还没有找到。