Dear Sir,
I want to do yuv file encoding using OMX.TI.DUCATI1.VIDEO.H264E on Huawei Ascend P1. I followed the VTC app ( from http://review.omapzoom.org/#/c/19748/ . I saw this
link in the post from this forum: http://e2e.ti.com/support/omap/f/849/p/197672/706831.aspx), only changed the encoder source from camera capturing to reading yuv file,
and this worked OK. But I found there were 3 frames cached in the encoder, which means that after finishing encoding three frames, then the first output frame come
out.
So is there a way to implement immediate output? that is no delay in output.
Thanks
Qiao