I am trying to get the Motion Vectors on a DM368-based platform.
I am using the H2.264 encoder.
I have followed the instructions from this document "Using MV/SAD information from DM365
encoder in application" (version 1.0).
I setup the flag mvSADoutFlag to 1.
I verified that in this case XDM_GETBUFINFO return minNumOutBufs=2
(it gives me 1 if mvSADoutFlag is set to 0).
My issue is that when I request encoding, I never get the MV buffer.
I allocated a buffer with the right size (65280 bytes for 1080P),
setup outBufDesc.numBufs=2, initialize pointer/size for ouput array[1],
but the MV buffer is not written with anything (I did a memset before the
encoder call).
Any thought what I might be missing ?
Thanks, Olivier