Hi,
I am using the sample Jpeg Encoder from sample_encode application of Media SDK.
By default, this encoder is providing the first encoded output frame after consuming 8 input frames. So I changed the AsyncDepth value to 1 (default setting was 4). Now it generates the output frame after consuming 2 input frames but i am looking for out from first frame itself.
After debugging the code further, I found that the AsyncDepth value actually derives the size of encoder task pool (=AsyncDepth*2) which cant be set to 0.
So is there any way through which i can generate the output encoded frame from first input frame itself??
~
Thanks.