146 views
in Embedded Wizard Studio by
Hi,

I want to ask if there is any simple way to save the current frame buffer (Bitmap available inside EwUpdate) as a bmp file in the hard drive or file system?

I just have to make some screen shots for the documentation!

Best Regards,

Mariam Sohail

1 Answer

0 votes
by

Hi Mariam,

if the images should be captured for documentation purposes, there are different solutions possible.

The easiest: You run the application in the Prototyper and capture the content by Windows screenshot functions or by using some more comfortable tools like e.g. 'Greenshot' (which I prefer for preparing screenshots for our online documentation).

If you want to get images from the target, you have to get access to the currently visible framebuffer and you have to hook into the screen update. Please have a look to this answer. Within the DumpFramebuffer() function you can add your own bitmap to file writer - depending on your target system and the desired format.

Does this help?

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...