Talk:Screen Grabber

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
 
(removed duplicate material, see Screen Shots)
 
Line 1: Line 1:
You can grab screen shots manually by using the following command on your Neo:
+
==Discussion==
 
+
# cat /dev/fb0 >myscreenshot_001.raw
+
 
+
You can then convert this on your pc with fb2png by using the following command:
+
 
+
# fb2png myscreenshot_001.raw myscreenshot_001.png 9 480 640 16
+
 
+
 
+
You can also push a screen capture back onto the display:
+
 
+
# cat myscreenshot_001.raw >/dev/fb0
+
 
+
 
+
If you want to show a sequence of screens in an animation you can use convert. Once you have all your screen shots as .pngs try:
+
 
+
# convert -delay 25 -dispose Background +page myscreenshot_*.png -loop 0 animated_test.gif
+

Latest revision as of 16:44, 20 August 2007

[edit] Discussion

Personal tools

Discussion