Hello,
i am quite new to DSP/ARM development. I have a Mistral EVM with DM8148 and display. We need to modify every pixel of a realtime 720p60 videostream (directly from sensor) with a logarhythmic function involving neightbour pixels. I cannot find a suitable starting point for integrating a modification function to the dsp.
Currently the decode_display example looks good. The source should be a sensor then debayer/decode it -> Now my function should work (later modifyable by user) -> Encode it -> Scale and output to the display (hdmi).
My problem is not finding the correct combination of a possible working system and better examples (OMX and C6Accel (does this work) ? syslink ? codec engine ?) Can someone offer a roadmap?
thx