i.MX31 PDK Board Screenshot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX31 PDK Board Screenshot

i.MX31 PDK Board Screenshot

To copy the screen (framebuffer) execute on i.MX 31 PDK terminal:

dd if=/dev/fb0 of=screen.raw bs=1280 count=480 

Where: the value 1280 means 640 * 2 bytes (16bpp) and the value 480 is equal the screen width.

Copy this raw file to your Linux host and execute it to convert to png image:

fbgrab -f screen.raw -w 480 -h 640 -b 16 screen.png 

To install fbgrab on Debian/Ubuntu execute: apt-get install fbgrab


評価なし
バージョン履歴
最終更新日:
‎09-10-2020 01:37 AM
更新者: