270 views
in Embedded Wizard Studio by
How to add my opencv library as 3rd party library in EMW?

I want to create my GUI with opencv, what should I do ?

I need to load the images one after another captured via camera in to my GUI and then I should delete them, what should I do for that?

1 Answer

0 votes
by

Hello,

so far we do not have any experience with opencv library - but let's assume this is some kind of library that provides graphical output as a bitmap (or pixel buffer) that you want to integrate into your GUI application.

For that purpose we provide an interface called Views::Applet. The class Views::Applet implements an environment for the integration of external applications, already existing for the target system. For example an existing computer game, or a JPG viewer may be integrated into the Embedded Wizard environment by deriving and customization of this Applet class.

As example please have a look into the installed example 'Applet'.

I hope this helps a little bit.

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

...