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.
Hi,
We are working on DM8127 platform and using IPNC RDK 3.5.
We are looking for dynamic change of RSZA and RSZB resolution at runtime without deletion and creation of links and firmwares stop & start means without restart of use case.
Thanks,
Rachit
Hi Rachit,
You need to call the API 'Vcam_setDynamicParamChn(0,&camChnDynaParam,VCAM_RESOLUTION);' from A8 side to change the resizer A and B resolution at run time.
Pl. refer to the code under 'TEST_DYN_RES_CHANGE' compile flag in ..\ipnc_rdk\ipnc_mcfw\demos\mcfw_api_demos\multich_usecase\ti_mcfw_ipnc_main.c file.
regards,
Anand