OpenVG driver on MQX on SAC57D54 SoC.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OpenVG driver on MQX on SAC57D54 SoC.

615 Views
shutovmikhail
Contributor I

OpenVG driver on MQX on SAC57D54 SoC.

I am trying to run an example, which using OVG library. 

MQX normally starts the example task, which initiates fbws and OVG API. But on some call of API function MQX destroy the example task. On tiger example this problem occurs on call of eglSwapBuffers(disp, surf) .

On LOGO example the same on call:

vgImageSubData(image, picdata, picdata_width * 4, VG_sRGBA_8888, 0, 0, picdata_width, picdata_height); 

On pbuffer_2 example the same on call vgFinish();

Can you give some advises, what to check and fix. Thank you.

Tags (1)
0 Kudos
0 Replies