hi,
I create a algorithm in dsp called helloworld. I set
helloworld.createOutBuf1=1 ;
helloworld.numBufPerCh=4;
to create the queue for output buffer and allocate the buffers.
Now i set the step
capture---->ipcFramsOutVpss----(process)---ipcFramesInDsp---helloworld
-----(nextlink)---display
when helloworld process the data buffers and push them to the output queue .
how does the output buffer work? who release the output buffer ?
Now my demo can display video for 3-5 seconds,but an error occurs:
[c6xdsp ] 17349: Assertion @ Line: 200 in utils/src/utils_bit_buf.c: status ==
FVID2_SOK : failed !!!