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 コマンドは、Android 4.4 (API レベル 19) 以降を実行しているデバイスの表示を記録するためのシェル ユーティリティです。このユーティリティは、画面のアクティビティを MPEG-4 ファイルに記録します。このファイルをダウンロードして、ビデオ プレゼンテーションの一部として使用できます。このユーティリティは、別の録画デバイスを使用せずにプロモーション ビデオやトレーニング ビデオを作成したい開発者にとって便利です。

于 2014-03-27T11:58:43.783 に答える