iPad屏幕镜像性能
我已经尝试使用以下代码在 ipad 上进行屏幕镜像:
http://code。 google.com/p/iphoneos-screen-mirroring/
问题在于它速度极慢且性能不佳(例如在交叉淡入淡出动画上)。 我尝试过各种刷新率,但没有任何运气。
是我做错了什么还是 ipad 上速度通常很慢?
I have tried screen mirroring on an ipad using the code from:
http://code.google.com/p/iphoneos-screen-mirroring/
The problem is that it is extremely slow and bad performance (e.g. on a cross fade animation).
I have tried various refresh rates but without any luck.
Am I doing something wrong or is this generally slow on ipads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来它使用的技术是资源密集型的。您需要将镜像帧速率调低(例如 5 fps 就可以满足我的需求)。您不会在外部屏幕上看到流畅的动画。
It looks like the technique it uses is resource intensive. You need to wind the mirroring framerate way down (e.g. 5 fps was fine for my needs). You won't see smooth animations on the external screen.
尝试Rob Terrell 的 TVOutManager
Try Rob Terrell's TVOutManager