This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6467T H264 Encoder issues

hi TI,

i have some issues with DM6467t H264 encoder.

The API used to encode the video on DM6467T is (dvsdk_03_10_00_19)

status = VIDENC1_process(hEncode, &inBufDesc, &encodedBufDesc, &encoderInArgs, &encoderOutArgs);

the argument encoderOutArg is a structure contains the member called bytesGenerated
this member gives exact bytes generated after encoding the video frame.

sometimes, when the video contains small moving objects like thousands of birds flying (small moving dots in thousands number),
this parameter is returned zero by above mentioned DSP API (dm6467t) so, we have a pause in our video (we are live streaming h264 data)

could you please help me why sometimes this is happening ? is it a limitation of encoder ?

regards
Nagendra