Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
Difference between revisions of "Rock/Android dev tips"
< Rock
(→Screenshot) |
|||
| Line 1: | Line 1: | ||
| + | {{rock_header}} | ||
{{Languages|rock/Android dev tips}} | {{Languages|rock/Android dev tips}} | ||
__TOC__ | __TOC__ | ||
Latest revision as of 05:36, 6 January 2015
Contents
Some tips for radxa rock android development.
Screenshot
On your host pc, debugg via adb
adb shell "cat /dev/graphics/fb0 > /sdcard/fb.raw" adb pull /sdcard/fb.raw ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 1920x1080 -i fb.raw -f image2 -vcodec png fb-%d.png
