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.

How to change the encoder's parameter?

Hi, all

  I'm working on dm365 with it's h.264 encoder.  The encoder works fine , except when I'm trying to open and reopen the coder with new parameters, e.g. video size, it'll encounter a CMEM allocate failure. like below,

CMEM Error: getPool: Failed to get a pool fitting a size  62

  if I increase the cmem pool by modify the /usr/kernel_binaries/loadmodules.sh, it would failed with the same error after many times open and reopen operation.  I did delete the encoder and engine each time before I reopen the encoder. 

Is there any better way to change the parameter?