OpenVG examples for IMXRT1160

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

OpenVG examples for IMXRT1160

3,642 Views
simenga
Contributor II

Hello,

I created a SDK with the IMXRT1160 and OpenVG. The header files for OpenVG and the respective libraries are there, but I can't find any example code. I'm specifically wondering how to create a context to start utilising OpenVG. From googling, I can't seem to find any examples on how to use the API on a microcontroller setting.

Thanks

0 Kudos
Reply
6 Replies

3,627 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @simenga ,

The OpenVG example is at \SDK_2_12_0_MIMXRT1160-EVK\boards\evkmimxrt1160\openvg_examples.

It only has IAR and gcc project.

API document can be downloaded from https://www.khronos.org/registry/OpenVG/specs/openvg-1.1.pdf

 

Regards,

Jing

3,624 Views
simenga
Contributor II

Thank you. Do you know if there is any possibility to utilize OpenVG for drawing directly to a frame buffer without a display? My use case is that I want to do gaussian blur and convolution on a image placed in RAM without necessarily writing it to a display. I just want to use the GPU to accelerate image processing.

Seems like the library also is tightly coupled with FreeRTOS, with linker errors occurring if it isn't linked during compilation. Is there a way to circumvent this?

0 Kudos
Reply

3,615 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @simenga ,

Sorry I don't know.

 

Regards,

Jing

0 Kudos
Reply

3,594 Views
simenga
Contributor II

Are there any application notes or documentation out there for this specific case, or someone I can contact? There must be someone who've worked on the chip who knows.

0 Kudos
Reply

3,588 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @simenga ,

The official is to ask Vivante for these materials like Vivante OpenVG API, source code, etc.

 

Regards,

Jing

3,583 Views
simenga
Contributor II
Ok, thanks
0 Kudos
Reply