Hi,
We have written a video processing algorithm in DM6467.We used the SCALE project example under DVSDK to put it under framework .
The algorithm reads a file process it and display it using V4L2.The file read and display is done under ARM and DSP does the alogrithm.It is not very fast as file read,algrotihm processing and display are all sequential. To improve the speed i want the ARM to read the next frame when DSP process the current frame.
How can i make this happen.When i call SCALE_process ,ARM waits till DSP retruns from the process call.I read somewhere that there is process_async function which take care of this .Can i use it with SCALE_PROCESS also or does it work only with VIDEC2_PROCESS .
Please provide some inputs on this.
Thanks & Regards,
Manoj