1

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.

4

2 回答 2

1

无法拍摄视频然后将其从手机下载到您的计算机?你并不完全清楚你正在尝试做什么。

您是否正在尝试将显示器连接到手机,以便通过外接显示器实时查看摄像头?

对于这个问题,您可能还想尝试superuser.com 。

此外,Android 论坛


编辑

你为什么不直接说?;)

于 2010-09-18T05:30:06.417 回答
-2

从 Android 4.4 开始,可以通过 adb 访问屏幕录制功能。

http://developer.android.com/tools/help/adb.html#screenrecord

screenrecord 命令是一个 shell 实用程序,用于记录运行 Android 4.4(API 级别 19)及更高版本的设备的显示。该实用程序将屏幕活动记录到一个 MPEG-4 文件中,然后您可以下载该文件并将其用作视频演示的一部分。此实用程序对于想要在不使用单独的录制设备的情况下创建宣传或培训视频的开发人员很有用。

于 2014-03-27T11:58:43.783 回答