视频制作人需要帮助在 Android 设备上捕获全动态屏幕投射
我不是软件开发人员,但我已经在网上进行了足够的阅读,以获取 Android SDK、Eclipse 以及必要的下载以使其全部正常工作。
我能够使用 DDMS 捕获设备屏幕截图,但我需要捕获 Android TV 广告的系统操作系统和应用程序的全动态视频。
到目前为止,我已经给制造商和几个软件人员打电话,但没有任何运气。我什至尝试过 HDMI,但它的像素不准确,这一点非常重要。
必须有一种方法可以做到这一点,因为这些应用程序在其他广告和视频中都有出现,而且我不认为唯一的方法是拍摄设备的屏幕。
无论这个问题的答案和解决方案有多复杂,我都想找出答案。即使这意味着要找人来执行它。
提前致谢!
编辑:它需要至少是 20-30 fps 的捕获。
I'm not a software developer, but I have done enough reading online to get the Android SDK, Eclipse, and the necessary downloads to get it all working.
I am able to capture device screenshots using the DDMS, but I need to capture full motion video of the system OS and apps for an Android TV commercial.
So far I've called the manufacturer and several software guys, but haven't had any luck. I've even tried the HDMI out, but it's not pixel accurate, which is very important.
There has to be a way to do this, since the apps are featured in other commercials and videos, and I don't believe that the only way to do it is to film the device's screen.
No matter how complex the answer and solution to this might be, I'd love to find out. Even if it means bringing on someone to execute it.
THANKS IN ADVANCE!
EDIT: It needs to be at least a 20-30 fps capture.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无法拍摄视频然后从手机下载到电脑吗?您并不完全清楚自己到底想做什么。
您是否正在尝试将显示器连接到手机,以便可以通过外部显示器实时查看摄像头?
您可能还想尝试 superuser.com 来回答这个问题。
另外,Android 论坛。
编辑
你为什么不直接这么说? ;)
Can't shoot the video then download it from the phone to your computer? You are not being entirely clear about what you are trying to do exactly.
Are you trying to hook up a monitor to the phone, so you can view the camera live through the external monitor?
You might also want to try superuser.com for this question.
Also, Android forums.
EDIT
Why didn't you just say so? ;)
从 Android 4.4 开始,可以通过 adb 访问屏幕录制功能。
http://developer.android.com/tools/help/adb.html#screenrecord
As of Android 4.4, there is a screen recording feature accessible via adb.
http://developer.android.com/tools/help/adb.html#screenrecord