Hi,
I need to configure the H.264 encoder to support AIR for my application on DM8168. So, I tried to use the intraCodingParams which is a part of videoStaticParams. I'm trying to achieve this by configuring parameters - intraRefreshMethod and intraRefreshRate. But I'm getting OMX_ErrorBadParameter when I set the intraCodingPreset to IH264_INTRACODING_USERDEFINED.
I've tried using similar settings in the encode sample app and it works fine there. This issue only occurs in my custom application. The only difference apparent between the sample app and my custom app is the usage of slice based capture and encoding.
SDK version - 05.02.00.30
Please provide some inputs to resolve this issue
Regards
Manu