Tool/software: Linux
Hi
we are using AM3354 with processor SDK 03.02.00.05 and 04.02.00.09.
we have a Qt5 application running on a 320x240 LCD screen.
Now we want to take a screenshot of the current screen.
But without sucess.
Here's couple of things i tried:
1.cat /dev/fb0 > xxx.bmp
2./usr/bin/screenshot xxx.bmp
these 2 methods ends up taking a screenshot of our kernel bootup logo.Not the realtime screen display of our running Qt5 app.
3./usr/libexec/weston-screenshooter
i don't know how to start this...but it seems it's also some kind of screenshot taker?
4./usr/share/qt5/examples/widgets/desktop/screenshot
i can run this application.But it will fail when i try to save the screenshot.
could you help?
thank you