Hello
We are trying to dynamically change the quantization parameter of ezsdk encode example for each frame by accessing the encoder configuration tDynamicParams.videoDynamicParams.h264EncDynamicParams.ratecontrolParams.qpI and qpP.
We are displaying the bits generated for each frame by printing the value of pbufferOut->nFilledLen.
No matter what initial qp we provide in the range of -1 to 51 the generated bits for each frame remain the same.
They are expected to change dynamically with the qpI or qpP alloted for that frame but it does not seem to be happening.What is it that we are doing wrong..or is there any other encoder parameter that needs to be set so that the encoder accepts user defined quantization parameters.
Thank you
Regards