Hi all,
I am facing a problem on motion detection with DM816x.
set to 1 according to H.264 codec datasheet. Strange.
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.
Hi all,
I am facing a problem on motion detection with DM816x.
Hi Rafael,
If you have set enableAnalyticinfo to 1 in create params, codec expects the outBufs->numBufs >=2 or else it returns an error in the process(). Again the MVInfo buffer needs to be given as a seperate buffer apart from bitstream buffer.
As you are not seeing process() failing with error, which hints that enableAnalyticinfo is not set in the EncLink somehow.
HI Venugopala,
Thanks for hint. You are right that enableAnalyticinfo is not actually active in EncLink because encodingPreset is set to XDM_DEFAULT by EncLink regardless of the fact that it is set to XDM_USER_DEFINED in createParams. Fixing the bug in EncLink solves my problem.
BTW, I also see the bug gets fixed in RDK 02.00.00.23.
Rafael