http://my.opera.com/otaku_2r/blog/grab-a-frame-in-android-frame-bufferCapturing images in Android framebufferThursday, 21. January 2010, 02:24:14 Grab the raw image from the Android frame buffer
using ADB
After capturing the RAW data from the frame buffer of Android, I want to see the result in a common image format so I convert it to PNG by using FFMPEG. Currently Android is using RGB565 format.
Normally, you will get two frames (frame-1.png and frame-2.png), cuz' Android is using double buffering. -- Subscription settings: http://groups.google.com/group/linuxkernelnewbies/subscribe?hl=en |
