Hello all,
As the subject suggests I am trying to implemet a DMA transfer to extract an image out of an incoming omx buffer and throw a modified image into the buffer. I am using DMA since the OMX_Buffer is not cacheable.
I have spent the day reading on EDMA librarys available to us. I started with ecpy but it turns out the dev kits I have does not have an ecpy compiled for ARM. Thus, I have reverted to acpy3.
I have two questions:
- Has anyone does this approach before? I think I MUST use acpy3.
- Is there any documentation on compiling? I am having trouble finding the necessary header files. Currently, I am experience problems due to "Int", "Void", "String" missing. What header file are these declared in (something like std.h for the linux-devkit).