Reputation: 49
Is there a possibility to take a screen capture using Google TV/Android SDK/API? I just need to get the screen into memory and get the dominant RGB color.
Upvotes: 1
Views: 2175
Reputation: 61
To get a screen capture of what is displayed on the TV - not just your app - you will set up ADB and use DDMS. The steps to do that on a Google TV and a computer with ADB set up are:
On your computer: Connect the debugger to the computer using: adb connect xxx.xxx.x.104 using the IP address for the TV received in step x Now your debugger is connected to the TV. You can use DDMS and screen capture tool
Upvotes: 1
Reputation: 61
The main question here is: "Is it possible to make an application that will be run in backgroud and will only send some http packets based on the dominant RGB color of the video screenshot?"
There are also others factors like: 1. No root needed. 2. How fast screen capture operation is on google tv system? Probaby it depends on the hardware used.
Does anyone tried to take screen capture on google tv?
Upvotes: 0