Hi All,
We have custom video analytics XDAIS codec built for c64x+ DSP. This will be ported to run on 1Ghz C674x DSP in DM8168 Netra. Our primary control application will be OpenMax client running on Linux.
It would be simpler if we could use syslink or openmax api on Linux, to post messages into DSP message queue and run our codec locally within the DSP and use IPC to communicate possibly with HDVPSS stock firmware, IVAHD2. Is it possible to do so?
Example pipeline could look as follows
video in => deinterlacer => noise filter => DSP ======> IVAHD2 encoder =====> Hard Disk
||
=====> Display
Are there Openmax linux client examples that show usage of C74x DSP similar to the example workflow shown above?
Also can we use TI proprietary tunnel to send raw frame buffer from DSP to the IVAHD2 encoder?
RV