Hi,
We are looking to capture the content on imx6 target display and I saw couple of similar queries here.
One way is to copy the /dev/fb content and convert it to png/Image file off-target, but in my case /dev/fb is not getting created. This option would have allowed to not make any change in the product code.
Another way explained by Embedded Wizard is to read the bitmap content in EwUpdate() and dump the framebuffer to a file. If I have to use this option I am curious about how can I process the framebuffer content and how to copy it to target at run time.
I know this question is not very precise and has nothing to do with EW but if it has simpler answer let me know.
Thanks,
Vikas