Following this:
$ adb shell
# cat /dev/graphics/fb0 > /sdcard/frame.raw
# exit
- How can I transfer the raw data from
/dev/graphics/fb0
to a picture using a python script? - what each byte is represent in the raw data output? is it RGB values for each pixel?