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?