Hi,
I have a question regarding the IMGENC1_control function. I pass a encodeStatus as the fourth parameter to the function and when I check the minInBuffSize and minOutBuffSize they are always 0, and I do not get any errors, the function returns with IMGENC1_EOK, does anyone know why this is? I was hoping to use the minOutBuffSize to allocate enough memory for my output buffers, but I cant since the function isnt returning anything.
Any help would be greatly appreciated.
Thanks.