678 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...