I have some codec engines that build for various targets. DM6446, DM6467, DM368 (DMVA2).
I have my build environment set up in Eclipse.
How can I create a codec engine server and app that uses the Linux86 library so that I can perform debugging inside Eclipse natively?
I looked at the servers in the codec engine examples directory but they seem geared to servers on TI hardware.
At the root of it I would like to be able to just run ./testapp
at the Fedora/Ubuntu terminal and that testapp
will start up my VIDANALYTICS
codec, do a process call and then delete the codec.
How does a DMA call work on Linux86 through the framework components. Does it just do a memcpy?
I found this in the codec server guide:
What About Single-Processor Systems?
On systems where there are no "remote" codecs, there is no need to configure a Codec Server.
Does this mean I can just call the codec from an application I write?